Skip to main content
All docs
V25.1
  • ExceptionRule.Interval Property

    Gets or sets the rule recurrence interval.

    Namespace: DevExpress.XtraGantt.Base.Scheduling

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DefaultValue(0)]
    [DXCategory("Behavior")]
    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