Back to Devexpress

cxRecurrenceEventEditorClass Variable

vcl-cxschedulerdialogs-d50f6f5e.md

latest912 B
Original Source

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

cxSchedulerDialogs Unit