C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / C1GridControl Class / FinishEditing Method / FinishEditing(Boolean) Method
if set to true it will cancel the edited value.
In This Topic
FinishEditing(Boolean) Method
In This Topic
Commits or cancels any pending edits and exits edit mode.
Syntax
public bool FinishEditing( 
   bool cancelEdits
)

Parameters

cancelEdits
if set to true it will cancel the edited value.
See Also