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

Commits the modifications made to the item in the underlying data source that is being edited.

Syntax

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

Exceptions

ExceptionDescription
DataGridExceptionCommitEdit was canceled.
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