Back to Devexpress

ExceptionRuleCollection Class

windowsforms-devexpress-dot-xtragantt-dot-exceptions-f0f555df.md

latest1.4 KB
Original Source

ExceptionRuleCollection Class

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

Namespace : DevExpress.XtraGantt.Exceptions

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public class ExceptionRuleCollection :
    CollectionBase<ExceptionRule>
vb
Public Class ExceptionRuleCollection
    Inherits CollectionBase(Of ExceptionRule)

The following members return ExceptionRuleCollection objects:

Inheritance

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

See Also

ExceptionRuleCollection Members

DevExpress.XtraGantt.Exceptions Namespace