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

WorkTimesExceptionRule Class

Represents a base rule that specifies an exception to the regular workweek schedule.

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public abstract class WorkTimesExceptionRule :
    ExceptionRule,
    INotifyCollectionChanged<WorkTime>
See Also