Click or drag to resize

GridCancelEdit Method

Cancels the current edit operation and reverts the cell value to the value in the model.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool CancelEdit()

Return Value

Type: Boolean
true, if edit was canceled or there was no current edit operation, false if the cancel was aborted.
See Also