ShowHeader Property (DropDownCalendar)
Gets or sets a value that indicates whether to show the header.
public bool ShowHeader {get; set;}
'Declaration
Public Property ShowHeader As Boolean
'Usage
Dim instance As DropDownCalendar
Dim value As Boolean
instance.ShowHeader = value
value = instance.ShowHeader
Property Value
A
bool value that indicates whether to show the header. The default is
true.