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.Recurrence Property

Specifies the time basis of the recurrence pattern applied to the event/holiday.

#Declaration

Delphi
property Recurrence: TcxRecurrence read; write;

#Property Value

Type
TcxRecurrence

#Remarks

Use this property in combination with the Periodicity (or the YearPeriodicity property for the cxreYearly property value) to specify the time basis and frequency of event/holiday occurrences. For detailed information on available Recurrence property values, refer to the TcxRecurrence type description.

Note

The basis cannot exceed the period of time between the start and end times of a chain of occurrences.

See Also