ComponentOne Xamarin.iOS
ShowNavigationButtons Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : ShowNavigationButtons Property
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

Reference

C1Calendar Class
C1Calendar Members