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

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