C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / ShowNavigationButtons Property


In This Topic
ShowNavigationButtons Property
In This Topic
Gets or sets a value indicating whether the control displays the default navigation buttons.
Syntax
'Declaration
 
Public Property ShowNavigationButtons As Boolean
 
'Usage
 
Dim instance As C1Calendar
Dim value As Boolean
 
instance.ShowNavigationButtons = value
 
value = instance.ShowNavigationButtons
See Also