Skip to main content

TabView.SelectedItem Property

Gets or sets the currently selected 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 Tab View is bound to data; otherwise, the property returns the selected TabViewItem the Items collection contains.

See Also