Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / MonthViewDayHeaderMonthFormat Property

In This Topic
    MonthViewDayHeaderMonthFormat Property
    In This Topic
    Gets or sets the System.String value determining format used to display month name in a day header of a Month view. The default value is 'MMMM'. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Calendar")>
    <C1DescriptionAttribute("C1Scheduler.MonthViewDayHeaderMonthFormat", "Gets or sets format string used to display month name in a day headers of a Month view.")>
    <DefaultValueAttribute("MMMM")>
    Public Property MonthViewDayHeaderMonthFormat As String
    [C1Category("Calendar")]
    [C1Description("C1Scheduler.MonthViewDayHeaderMonthFormat", "Gets or sets format string used to display month name in a day headers of a Month view.")]
    [DefaultValue("MMMM")]
    public string MonthViewDayHeaderMonthFormat {get; set;}
    See Also