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

TcxCustomScheduler.OnBeforeEditing Event

In This Article

Fires before the in-place editor or Event dialog editor is activated.

#Declaration

Delphi
property OnBeforeEditing: TcxSchedulerBeforeEditing read; write;

#Remarks

Implement the OnBeforeEditing event handler to provide custom behavior before the editor is activated.

The Sender parameter specifies the scheduler control.

The AEvent parameter specifies the user event to be edited.

The AInplace parameter specifies whether the editor is the in-place editor or Event dialog editor. If the AInplace parameter is set to True the in-place editor will be activated.

The Allow parameter specifies whether editor activation is allowed. Set the Allow parameter to False to prevent activation.

See Also