Skip to main content

DaysExceptionRule.Days Property

Provides access to a collection of ExceptionDay objects that specify exception days.

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public ExceptionDayCollection Days { get; }

Property Value

Type Description
DevExpress.XtraGantt.Exceptions.ExceptionDayCollection

An object that contains ExceptionDay objects.

See Also