Back to Devexpress

TabView.SelectedItemIndex Property

maui-devexpress-dot-maui-dot-controls-dot-tabview-bb6b2c6f.md

latest982 B
Original Source

TabView.SelectedItemIndex Property

Gets or sets the index of the currently selected item. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public int SelectedItemIndex { get; set; }

Property Value

TypeDefaultDescription
Int32-1

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

|

See Also

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace