EndEdit Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Row Class : EndEdit Method

Ends the edit process and allows the row to exit edit mode.

Syntax

Visual Basic (Declaration) 
Public Sub EndEdit() 
C# 
public void EndEdit()

Remarks

Modifications made to the content of the cells contained in the row will only be committed once the EndEdit method is called. If the CancelEdit method is called, modifications will be discarded.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also