Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / FinishEditing(Boolean) Method
if set to true it will cancel the edited value.

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

    Parameters

    cancelEdits
    if set to true it will cancel the edited value.
    See Also