LongListSelector.SelectedItem Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the currently selected item in the LongListSelector.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object> <object.SelectedItem> <Object .../> </object.SelectedItem> </object>
Property Value
Type: System.ObjectThe Object that represents the currently selected item in the LongListSelector.
Show: