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

    Gets whether this collection is empty.

    Namespace: DevExpress.XtraGantt.Scheduling

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [Browsable(false)]
    public bool IsNonWorkDay { get; }

    Property Value

    Type Description
    Boolean

    true if the collection is empty; otherwise, false.

    See Also