Skip to main content
All docs
V25.1
  • WorkTimesExceptionRule Class

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

    Namespace: DevExpress.XtraGantt.Exceptions

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

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