GridIHandlerCommitEdit Method |
Commits a current edit operation and sets the current value to the model.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Function CommitEdit As Boolean
abstract CommitEdit : unit -> bool
Return Value
Type:
Booleantrue, if edit was commited or there was no current edit operation,
false if the commit was cancelled..
See Also