Skip to main content

TabPage.SelectedItem Property

Gets or sets the currently selected tab item.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public object SelectedItem { get; set; }

Property Value

Type Description
Object

The currently selected item.

Remarks

This property returns the object the ItemsSource collection contains when the TabPage is bound to data; otherwise, the property returns the selected TabPageItem from the Items collection.

See Also