Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / WeekViewDayHeaderFormat Property

In This Topic
    WeekViewDayHeaderFormat Property (C1Scheduler)
    In This Topic
    Gets or sets the System.String value determining the format string used to display the day header in a Week view. The default value is 'D'. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property WeekViewDayHeaderFormat As String
    public string WeekViewDayHeaderFormat {get; set;}
    See Also