ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / DefaultDaysOff Property

In This Topic
    DefaultDaysOff Property (C1GanttView)
    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