TcxCustomVerticalGrid.CancelEdit Method
Terminates the editing of a row cell value.
Declaration
procedure CancelEdit;
Remarks
The CancelEdit method hides the currently active inplace editor discarding any changes made by the end-user.
Alternatively, you can hide the currently active inplace editor by calling the HideEdit method. This differs from CancelEdit in that it preserves the changes made. You can also display an inplace editor for the active row cell using ShowEdit.
See Also