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

Parameters

cancelEdits
if set to true it will cancel the edited value.
cancellable
Specifies whether this operation is cancellable through the editing events.
See Also