Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / LegendStyle Property


In This Topic
LegendStyle Property (DropDownCalendar)
In This Topic
Gets or sets the style of the today legend.
Syntax
'Declaration
 
Public Property LegendStyle As Style
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Style
 
instance.LegendStyle = value
 
value = instance.LegendStyle

Property Value

The Style of the today legend.
Remarks
This property determines the display style of the legend area of this DropDownCalendar.
See Also