DevExpress.XtraGantt.Exceptions Namespace
Contains types that specify exceptions to the regular workweek schedule in the Gantt control.
Assembly: DevExpress.XtraGantt.v25.1.dll
NuGet Package: DevExpress.Win.Gantt
Classes
| Name | Description |
|---|---|
| DailyExceptionRule | Represents a rule that specifies an exception that reoccurs every day. |
| DaysExceptionRule | Represents a rule that specifies an exception that reoccurs by days. |
| ExceptionDay | Represents a day with a schedule that is an exception to the regular workweek. |
| ExceptionRuleCollection | Represents a collection of rules that specify exceptions to the regular workweek. |
| MonthlyDayOfWeekExceptionRule | Represents a rule that specifies an exception that reoccurs every month in a particular week of the month and day of the week. |
| MonthlyExceptionRule | Represents a rule that specifies an exception that reoccurs every month on a particular day of the month. |
| WeeklyExceptionRule | Represents a rule that specifies an exception that reoccurs every week on a particular day of the week. |
| WorkTimesExceptionRule | Represents a base rule that specifies an exception to the regular workweek schedule. |
| YearlyDayOfWeekExceptionRule | Represents a rule that specifies an exception that reoccurs every year in a particular month, week of the month, and day of the week. |
| YearlyDayOfYearExceptionRule | Represents a rule that specifies an exception that reoccurs every year on a particular day of the year. |
| YearlyExceptionRule | Represents a rule that specifies an exception that reoccurs every year in a particular month and day of the month. |