Skip to main content

cxRecurrenceEventEditorClass Variable

Represents the Event recurrence dialog.

Declaration

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