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


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

Property Value

A Style object that indicates the style of the header.
Remarks
The property determines the display style of the header of this DropDownCalendar. This display style does not take effect when the header is rendered as a system style.
See Also