C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / ShowHeader Property


In This Topic
ShowHeader Property (C1Calendar)
In This Topic
Gets or sets a value indicating whether the control displays the header area with the current month and navigation buttons.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ShowHeader")>
<BrowsableAttribute(True)>
Public Property ShowHeader As Boolean
 
'Usage
 
Dim instance As C1Calendar
Dim value As Boolean
 
instance.ShowHeader = value
 
value = instance.ShowHeader
See Also