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.IsRecurring Method

Checks whether the user event is recurring.

#Declaration

Delphi
function IsRecurring: Boolean;

#Returns

Type
Boolean

#Remarks

If the user event has a recurring state (the value of the EventType property is within the range of the etPattern..etCustom values of the TcxEventType enumeration) this function returns True. Otherwise, the function returns False.

See Also