Skip to main content

cxEventEditorClass Variable

Represents the Event dialog.

Declaration

var cxEventEditorClass: TcxSchedulerEventEditorClass = TcxSchedulerEventEditor;

Variable Value

Type
TcxSchedulerEventEditorClass

Remarks

Use the cxEventEditorClass constant to bind another editor derived from the TcxSchedulerEventEditor to the Event dialog.

Note

the cxSchedulerEventEditor unit contains the TcxSchedulerEventEditor class. The newly assigned editor is used in the Event dialog invoked by the cxShowEventEditorEx function, or TcxCustomScheduler.CreateEventUsingDialog method.

See Also