Spread Windows Forms 12.0 Product Documentation
HeaderStyle Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : HeaderStyle Property
Gets or sets the header style.
Syntax
'Declaration
 
Public Property HeaderStyle As Style
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Style
 
instance.HeaderStyle = value
 
value = instance.HeaderStyle
public Style HeaderStyle {get; set;}

Property Value

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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members