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


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

Property Value

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