[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.FinishEditing

FinishEditing Method

FinishEditing()

Commits any pending edits and exits edit mode.

Declaration
public bool FinishEditing()
Returns
Type Description
bool

True if there were pending edits and they were successfully committed.

FinishEditing(bool)

Commits or cancels any pending edits and exits edit mode.

Declaration
public bool FinishEditing(bool cancel)
Parameters
Type Name Description
bool cancel

Whether pending edits should be canceled or committed.

Returns
Type Description
bool

True if there were pending edits and they were successfully canceled or committed.