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

cxRecurrenceEventEditorClass Variable

Represents the Event recurrence dialog.

#Declaration

Delphi
var cxRecurrenceEventEditorClass: TcxSchedulerRecurrenceEventEditorClass = TcxSchedulerRecurrenceEventEditor;

#Variable Value

Type
TcxSchedulerRecurrenceEventEditorClass

#Remarks

Use the cxRecurrenceEventEditorClass constant to bind another editor derived from the TcxSchedulerRecurrenceEventEditor to the Event recurrence dialog.

Note

the cxSchedulerEventEditor unit contains the TcxSchedulerRecurrenceEventEditor class. The newly assigned editor is used in the Event recurrence dialog invoked by the cxShowRecurrenceEditor function.

See Also