ICollectionView::CurrentItem Property

 

Gets the current item in the view.

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

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

Property Value

Type: System::Object^

The current item of the view or null if there is no current item.

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