ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / FinishEditing Method / FinishEditing(Boolean) Method
Whether pending edits should be canceled or committed.

In This Topic
    FinishEditing(Boolean) Method
    In This Topic
    Commits or cancels any pending edits and exits edit mode.
    Syntax
    'Declaration
     
    
    Public Overloads Function FinishEditing( _
       ByVal cancel As Boolean _
    ) As Boolean
    public bool FinishEditing( 
       bool cancel
    )

    Parameters

    cancel
    Whether pending edits should be canceled or committed.

    Return Value

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