GridIHandlerCancelEdit 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 Function CancelEdit As Boolean
abstract CancelEdit : unit -> bool
Return Value
Type:
Booleantrue, if edit was canceled or there was no current edit operation,
false if the cancel was aborted.
See Also