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
SyntaxC#
Copy Code
|
|---|
public State ShowToday { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowToday As State |
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