ComponentOne DataGrid for WPF and Silverlight
EndNewRow Method (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : EndNewRow Method
if set to true commit the changes.
Ends the edit of the new row.
Syntax
'Declaration
 
Public Function EndNewRow( _
   ByVal commitChanges As System.Boolean _
) As System.Boolean
public System.bool EndNewRow( 
   System.bool commitChanges
)

Parameters

commitChanges
if set to true commit the changes.

Return Value

True, If the new row edit finished
See Also

Reference

C1DataGrid Class
C1DataGrid Members