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

Gets the user event’s parent.

#Declaration

Delphi
property Pattern: TcxSchedulerEvent read;

#Property Value

Type
TcxSchedulerEvent

#Remarks

The parent user event starts the series of occurrences if the parent object is recurring. In this case, the user event is an occurrence in the series that the parent object started. Use the Pattern property to determine the parent of the user event.

Note

if the user event is standalone the Pattern property returns nil.

See Also