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


In This Topic
HeaderHeight Property (DropDownCalendar)
In This Topic
Gets or sets the height of the header.
Syntax
'Declaration
 
Public Property HeaderHeight As Integer
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Integer
 
instance.HeaderHeight = value
 
value = instance.HeaderHeight

Property Value

An System.Int32 value that indicates the height of the header.
The default is 0.
Remarks
A zero value means the header height is calculated automatically.
See Also