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

In This Topic
    MonthViewDayHeaderDayFormat Property (C1Scheduler)
    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
     
    
    Public Property MonthViewDayHeaderDayFormat As String
    public string MonthViewDayHeaderDayFormat {get; set;}
    See Also