ShowToday Property (DropDownCalendar)
Gets or sets a value that indicates whether to show the today legend.
public bool ShowToday {get; set;}
'Declaration
Public Property ShowToday As Boolean
'Usage
Dim instance As DropDownCalendar
Dim value As Boolean
instance.ShowToday = value
value = instance.ShowToday
Property Value
A
bool value that indicates whether to show the today legend.The default is
false.