Skip to main content
A newer version of this page is available. .

WorkTimeCollection.IsNonWorkDay Property

Gets whether this collection is empty.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

true, if the collection is empty; otherwise, false.

See Also