Skip to main content

veSelector.SelectedIndex Property

Gets or sets the index of the selected item.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int SelectedIndex { get; set; }

Property Value

Type Description
Int32

An integer value that is the zero-based index of the selected item.

See Also