ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / ShowMonthHeader Property

In This Topic
    ShowMonthHeader Property
    In This Topic
    Gets or sets the System.Boolean value determining whether month header should be shown. This is a dependency property. The default is True.
    Syntax
    'Declaration
     
    Public Property ShowMonthHeader As System.Boolean
    public System.bool ShowMonthHeader {get; set;}
    See Also