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

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.v19.2.dll

Declaration

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