ICollectionView.CurrentItem Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the current item in the view.

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

Syntax

ReadOnly Property CurrentItem As Object
Object CurrentItem { get; }

Property Value

Type: System..::.Object
The current item in the view or nullNothingnullptra null reference (Nothing in Visual Basic) if there is no current item.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ICollectionView Interface

System.ComponentModel Namespace

CurrentChanging

CurrentChanged