Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.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
    public bool ShowNavigationButtons {get; set;}
    See Also