TabView.SelectedItemIndex Property
In This Article
Gets or sets the index of the currently selected item.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
#Declaration
C#
public int SelectedItemIndex { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The zero-based index of the currently selected item in the Items / Items |
See Also