Spread Windows Forms 12.0 Product Documentation
HeaderFormat Property (DropDownCalendarInfo)


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

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 DropDownCalendar.UseHeaderFormat property is true.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members