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

    Gets whether this collection is empty.

    Namespace: DevExpress.XtraGantt.Scheduling

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    Boolean

    true if the collection is empty; otherwise, false.

    See Also