Selector.SelectedIndex Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the index of the selected item.
Assembly: System.Windows (in System.Windows.dll)
Dependency property identifier field: SelectedIndexProperty
The Selector does not allow more than one item to be selected at a time. Use the SelectedIndex or SelectedItem property to retrieve the selected item in code.
This property is not typically used in XAML.
Show: