Skip to main content

TcxCustomVerticalGrid.HideEdit Method

Hides the currently active inplace editor.

Declaration

procedure HideEdit;

Remarks

Use the HideEdit method to close and hide the current in-place editor. End-user changes are preserved. You can hide the editor and discard changes by using the CancelEdit method.

Additionally, you can display the in-place editor for the focused row cell via the ShowEdit method.

See Also