Skip to main content

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.v23.2.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