Skip to main content
A newer version of this page is available. .

ExceptionRuleCollection Class

Represents a collection of rules that specify exceptions to the regular workweek.

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public class ExceptionRuleCollection :
    CollectionBase<ExceptionRule>

The following members return ExceptionRuleCollection objects:

Inheritance

Object
DevExpress.XtraGantt.Base.Scheduling.CollectionBase<ExceptionRule>
ExceptionRuleCollection
See Also