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

ExceptionRule.Interval Property

Gets or sets the rule recurrence interval.

Namespace: DevExpress.XtraGantt.Base.Scheduling

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[DefaultValue(0)]
public int Interval { get; set; }

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