Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerCustomRecurrenceInfo.Count Property

Specifies the number of occurrences of the recurring event/holiday.

#Declaration

Delphi
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