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

Cancels the edit process.

Syntax

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

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