Spread Windows Forms 12.0 Product Documentation
ShowToday Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : ShowToday Property
Gets or sets a value that indicates whether to show the today legend.
Syntax
'Declaration
 
Public Property ShowToday As Boolean
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Boolean
 
instance.ShowToday = value
 
value = instance.ShowToday
public bool ShowToday {get; set;}

Property Value

A bool value that indicates whether to show the today legend.The default is false.
Remarks
This property determines whether to show the today legend at the bottom of this calendar.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members