Back to Devexpress

WorkTimesExceptionRule Class

windowsforms-devexpress-dot-xtragantt-dot-exceptions-0f442cd8.md

latest2.0 KB
Original Source

WorkTimesExceptionRule Class

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

Namespace : DevExpress.XtraGantt.Exceptions

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public abstract class WorkTimesExceptionRule :
    ExceptionRule,
    INotifyCollectionChanged<WorkTime>
vb
Public MustInherit Class WorkTimesExceptionRule
    Inherits ExceptionRule
    Implements INotifyCollectionChanged(Of WorkTime)

Inheritance

Show 11 items

Object BaseRule ExceptionRule WorkTimesExceptionRule DailyExceptionRule

MonthlyDayOfWeekExceptionRule

MonthlyExceptionRule

WeeklyExceptionRule

YearlyDayOfWeekExceptionRule

YearlyDayOfYearExceptionRule

YearlyExceptionRule

See Also

WorkTimesExceptionRule Members

DevExpress.XtraGantt.Exceptions Namespace