Skip to main content

TabPage.SelectedItemIndex Property

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

public int SelectedItemIndex { get; set; }

Property Value

Type Description
Int32

The zero-based index of the currently selected item in the Items / ItemsSource collection.

See Also