Recurrence.Count Property
Gets or sets a value that specifies how many times the rule is applied. This is a dependency property.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Property Value
Type | Description |
---|---|
Int32 | A value that specifies how many times the rule is applied. |
Remarks
Use the Start and Count properties to specify how many times the rule is applied starting from a specified date.
You can use the Start and the Until properties to specify the date range during which the rule is applied.
When both Count and Until properties are specified, the rule reoccurs until both of the properties affect rule recurrence.
See Also