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

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