Skip to main content

ScheduleDay.IsNonWorkDay Property

Gets whether the day is a non-work day.

Namespace: DevExpress.XtraGantt.Base.Scheduling

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