windowsforms-devexpress-dot-xtragantt-dot-base-dot-scheduling-1e9318f7.md
Represents a rule for exceptions to the regular workweek schedule.
Namespace : DevExpress.XtraGantt.Base.Scheduling
Assembly : DevExpress.XtraGantt.v25.2.dll
NuGet Package : DevExpress.Win.Gantt
public abstract class ExceptionRule :
BaseRule
Public MustInherit Class ExceptionRule
Inherits BaseRule
Use the StartDate property to specify the date when a rule must apply. To specify when the rule stops, use the following properties:
If both Occurrences and EndDate properties are specified, the rule reoccurs until the latest date.
Show 12 items
Object BaseRule ExceptionRule DaysExceptionRule
See Also