[]
        
(Showing Draft Content)

C1.WinUI.Grid.C1GridControl.FinishEditing

FinishEditing Method

FinishEditing(bool)

Commits or cancels any pending edits and exits edit mode.

Declaration
public bool FinishEditing(bool cancelEdits = false)
Public Function FinishEditing(Optional cancelEdits As Boolean = False) As Boolean
Parameters
Type Name Description
bool cancelEdits

if set to true it will cancel the edited value.

Returns
Type Description
bool

FinishEditing(bool, bool)

Commits or cancels any pending edits and exits edit mode.

Declaration
public bool FinishEditing(bool cancelEdits, bool cancellable)
Public Function FinishEditing(cancelEdits As Boolean, cancellable As Boolean) As Boolean
Parameters
Type Name Description
bool cancelEdits

if set to true it will cancel the edited value.

bool cancellable

Specifies whether this operation is cancellable through the editing events.

Returns
Type Description
bool