WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid 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