Skip to main content
All docs
V25.1
  • ScheduleDay.IsNonWorkDay Property

    Gets whether the day is a non-work day.

    Namespace: DevExpress.XtraGantt.Base.Scheduling

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DXCategory("Behavior")]
    public bool IsNonWorkDay { get; }

    Property Value

    Type Description
    Boolean

    true if the day is a non-work day; otherwise, false.

    See Also