Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / HeaderMonthFormat Property

In This Topic
    HeaderMonthFormat Property (C1Calendar)
    In This Topic
    Gets or sets the format used to display the month of the year when the ViewMode is CalendarViewMode.Month.
    Syntax
    'Declaration
     
    
    Public Property HeaderMonthFormat As String
    public string HeaderMonthFormat {get; set;}
    See Also