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


In This Topic
HeaderFormat Property (DropDownCalendar)
In This Topic
Gets or sets the format string of the header.
Syntax
'Declaration
 
Public Property HeaderFormat As String
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As String
 
instance.HeaderFormat = value
 
value = instance.HeaderFormat

Property Value

A System.String value that indicates the format of the header.
The default is MMMM yyy.
Remarks
The header text is displayed using the format specified by this property when the UseHeaderFormat property is true.
See Also