IEditableCollectionView::CurrentEditItem Property

 

Gets the item in the collection that is being edited.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

property Object^ CurrentEditItem {
	Object^ get();
}

Property Value

Type: System::Object^

The item in the collection that is being edited if IsEditingItem is true; otherwise, null.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: