TcxSchedulerCustomRecurrenceInfo.Count Property
Declaration
property Count: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The property has two meanings: first, it defines the number of occurrences if its value is greater than 0 (End after) and secondly, the other values, if it’s set to, define a state for the state-oriented behavior that is responsible for calculating the range of the recurrence pattern, namely:
when the value of this property is -1, it indicates that the event/holiday will repeat forever (No end date);
when the value of this property is 0, the occurrences of the event/holiday are bound by the Finish property (End by).
See Also