C1.Android.Calendar Assembly / C1.Android.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
 
Public Property ShowHeader As Boolean
 
'Usage
 
Dim instance As C1Calendar
Dim value As Boolean
 
instance.ShowHeader = value
 
value = instance.ShowHeader
See Also