Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CalendarHelper Class / WorkDays Property

In This Topic
    WorkDays Property (CalendarHelper)
    In This Topic
    Gets or sets the CalendarHelper.WorkDays object containing the set of working days in one week.
    Syntax
    'Declaration
     
    
    Public Property WorkDays As WorkDays
    public WorkDays WorkDays {get; set;}
    Remarks
    Note: WorkingWeekView style should set C1Scheduler.VisualTimeSpan property to 7 days. The actual number of displayed days will depend on the CalendarHelper.WorkDays list.
    See Also