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.2.dll

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