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

TcxSchedulerEvent.GetRecurrenceChain Method

Loads all the TcxSchedulerEvent objects that represent exceptions or custom occurrences of the user event, from storage and puts them in the TcxSchedulerEventList collection, if the flag etPattern on the user event’s EventType property is active.

#Declaration

Delphi
function GetRecurrenceChain: TcxSchedulerEventList;

#Returns

Type
TcxSchedulerEventList

#Remarks

Use the GetRecurrenceChain method to load all the TcxSchedulerEvent objects that represent exceptions or custom occurrences in a chain of reoccurrences of the user event, from storage and put them into the TcxSchedulerEventList collection if the value of the user event’s EventType property is etPattern.

Note

this method can be used for retrieving these occurrences to delete them (in the case when a parent of the chain is about to be deleted).

See Also