Selector.SelectedIndex property

This topic has not yet been rated - Rate this topic

Gets or sets the index of the selected item.

Syntax


public int SelectedIndex { get; set; }


<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

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

Selector
ListBox.SelectionMode
ListBox.SelectedItems
ListViewBase.SelectionMode
ListViewBase.SelectedItems

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.