WorkTimesExceptionRule Class
In This Article
Represents a base rule that specifies an exception to the regular workweek schedule.
Namespace: DevExpress.XtraGantt.Exceptions
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public abstract class WorkTimesExceptionRule :
ExceptionRule,
INotifyCollectionChanged<WorkTime>
#Inheritance
See Also