ExceptionRule.Interval Property
Gets or sets the rule recurrence interval.
Namespace: DevExpress.XtraGantt.Base.Scheduling
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the recurrence interval. |
Remarks
Use the Interval property to specify the rule recurrence interval. For example, if this property is set to 2 for a weekly recurring rule, the rule is applied with the interval of two weeks.
See Also