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

Cancels the edit process.

Syntax

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

Exceptions

ExceptionDescription
System.InvalidOperationExceptionWhen manually handling the edit process the BeginningEdit, CommittingEdit, and CancelingEdit events must all be handled.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also