C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / FinishRowEditing Method
if set to true the changes will be cancelled.
if set to true the event is cancellable.
In This Topic
FinishRowEditing Method
In This Topic
Finishes the row editing.
Syntax
public Task<bool> FinishRowEditing( 
   bool cancelEdits,
   bool cancellable
)

Parameters

cancelEdits
if set to true the changes will be cancelled.
cancellable
if set to true the event is cancellable.
See Also