ComponentOne DataGrid for WPF and Silverlight
CurrentEditItem Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : CurrentEditItem Property
Gets the item in the collection that is being edited.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CurrentEditItem As System.Object
public virtual System.object CurrentEditItem {get;}

Property Value

The item that is being edited if System.ComponentModel.IEditableCollectionView.IsEditingItem is true; otherwise, null.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members