Click or drag to resize

GridCommitEdit 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
public bool CommitEdit()

Return Value

Type: Boolean
true, if edit was commited or if there was no current edit operation, false if the commit was cancelled..
See Also