ShowNavigationButtons Property
In This Topic
Gets or sets a value indicating whether the control displays the default navigation buttons.
Syntax
'Declaration
<Foundation.ExportAttribute("ShowNavigationButtons")>
<BrowsableAttribute(True)>
Public Property ShowNavigationButtons As Boolean
'Usage
Dim instance As C1Calendar
Dim value As Boolean
instance.ShowNavigationButtons = value
value = instance.ShowNavigationButtons
[Foundation.Export("ShowNavigationButtons")]
[Browsable(true)]
public bool ShowNavigationButtons {get; set;}
See Also