Gets or sets the index of the selected item.
Syntax
<selector SelectedIndex="int" .../>
Property value
Type: System.Int32 [.NET] | int32 [C++]
The index of the selected item. The default is -1.
Remarks
Some controls that are derived from Selector, like ListBox, ListView, and GridView, also support multi-selection. When multi-selection is enabled in those controls, use their SelectedItems property to get the selected item collection.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- Selector
- ListBox.SelectionMode
- ListBox.SelectedItems
- ListViewBase.SelectionMode
- ListViewBase.SelectedItems
Build date: 3/12/2013