MindFusion WinForms Programmer's Guide
CellSettings.ShowToday Property
See Also
 





Gets or sets a value indicating whether the calendar should mark the current cell by underlining the header area.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State ShowToday { get; set; }

Visual Basic  Copy Code

Public Property ShowToday As State

 Property Value

Specify Enabled to indicate visually the current day; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also

CellSettings Members
CellSettings Class
MindFusion.Scheduling.WinForms Namespace
TodayColor Property
TodayFillColor Property