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

DaysExceptionRule.Days Property

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

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public ExceptionDayCollection Days { get; }

Property Value

Type Description
DevExpress.XtraGantt.Exceptions.ExceptionDayCollection

An object that contains ExceptionDay objects.

See Also