Skip to main content

WorkTimeCollection.IsNonWorkDay Property

Gets whether this collection is empty.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.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