Gets the item in the collection that is being edited when an System.Windows.Data.PagedCollectionView.EditItem(System.Object) transaction is in progress.
Syntax
'Declaration
Public Overridable ReadOnly Property CurrentEditItem As Object
public virtual object CurrentEditItem {get;}
See Also