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

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