Spread Windows Forms 12.0 Product Documentation
ShowTodayMark Property (DropDownCalendarInfo)


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

Property Value

A bool value that indicates whether to show the today mark. The default is true.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members