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

    Gets or sets a value that specifies how many times the rule is applied.

    Namespace: DevExpress.XtraGantt.Base.Scheduling

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DefaultValue(0)]
    [DXCategory("Behavior")]
    public int Occurrences { get; set; }

    Property Value

    Type Default Description
    Int32 0

    An integer value that specifies how many times the rule is applied.

    See Also