ComponentOne DataGrid for WPF and Silverlight
EndEditRow Method (C1DataGrid)

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

Parameters

commitChanges
if set to true commit the changes.

Return Value

True, if the edit was committed, otherwise False
See Also

Reference

C1DataGrid Class
C1DataGrid Members