ComponentOne DataGrid for WPF and Silverlight
EndEdit(Boolean,Boolean) Method

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

Parameters

commitChanges
if set to true commit the changes.
exitEditingMode
if set to true exit editing mode.

Return Value

True, if the edit finish, otherwise False
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List