Skip to main content

TcxSchedulerEvent.RecurrenceInfo Property

Provides access to the user event’s recurrence data.

Declaration

property RecurrenceInfo: TcxSchedulerEventRecurrenceInfo read; write;

Property Value

Type
TcxSchedulerEventRecurrenceInfo

Remarks

This property is always initialized with a TcxSchedulerEventRecurrenceInfo object, regardless of whether the event is recurring or not. For a recurring event, TcxSchedulerEventRecurrenceInfo object properties contain data for calculating the event’s recurrences.

See Also