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

TcxCustomTreeList.HideEdit Method

In This Article

Closes an in-place editor and saves changes made to the data cell‘s content.

#Declaration

Delphi
procedure HideEdit;

#Remarks

To exit from in-place editing without saving, use the tree list’s CancelEdit method instead.

If you first need to determine whether a tree list is in edit mode, use the tree list’s IsEditing property.

In-place editing in the focused cell can be activated using the tree list’s ShowEdit method.

See Also