Search
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
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