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

TcxSchedulerEvent.EndEditing Method

In This Article

Flushes the updated user event to storage and deactivates edit mode for it.

#Declaration

Delphi
procedure EndEditing; virtual;

#Remarks

Call this method to finish editing the user event and update it in storage.

Note

this method is used with the BeginEditing method and can be invoked only after the BeginEditing method has been invoked. If the EndEditing method is invoked without or before the BeginEditing method is invoked a runtime exception is thrown.

See Also