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

item
The item to edit.
Edits the specified item in the underlying data source.

Syntax

Visual Basic (Declaration) 
Public Sub EditItem( _
   ByVal item As Object _
) 
C# 
public void EditItem( 
   object item
)

Parameters

item
The item to edit.

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