HeaderFormat Property (DropDownCalendar)
Gets or sets the format string of the header.
public string HeaderFormat {get; set;}
'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.