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