Xceed DataGrid for Silverlight Documentation
EndEdit Method (DataGridControl)


Ends the edit process of the item currently being edited and attempts to commit any modifications that were made.
Syntax
'Declaration
 
Public Function EndEdit() As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
value = instance.EndEdit()
public bool EndEdit()
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Manipulating Data

Editing and Inserting Data

Send Feedback