TcxSchedulerEvent.RecurrenceInfo Property
In This Article
Provides access to the user event’s recurrence data.
#Declaration
Delphi
property RecurrenceInfo: TcxSchedulerEventRecurrenceInfo read; write;
#Property Value
Type |
---|
Tcx |
#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