Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / CalendarSettings Class / WorkDays Property

In This Topic
    WorkDays Property (CalendarSettings)
    In This Topic
    Gets or sets the C1.CalendarView.WorkDays object which specifies weekends for the single week.
    Syntax
    'Declaration
     
    
    Public Property WorkDays As WorkDays
    public WorkDays WorkDays {get; set;}
    See Also