ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / EndNewRow Method
if set to true commit the changes.

In This Topic
    EndNewRow Method (C1DataGrid)
    In This Topic
    Ends the edit of the new row.
    Syntax
    'Declaration
     
    
    Public Function EndNewRow( _
       ByVal commitChanges As Boolean _
    ) As Boolean
    public bool EndNewRow( 
       bool commitChanges
    )

    Parameters

    commitChanges
    if set to true commit the changes.

    Return Value

    True, If the new row edit finished
    See Also