GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Schedule Class / DefaultDaysOff Property

In This Topic
    DefaultDaysOff Property (Schedule)
    In This Topic
    Gets or sets the default days off work.
    Syntax
    'Declaration
     
    Public Property DefaultDaysOff As WeekDays
    public WeekDays DefaultDaysOff {get; set;}
    See Also