Skip to main content

TabView.IsSelectedItemIndicatorVisible Property

Gets or sets whether the Selected Item Indicator is visible.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public bool IsSelectedItemIndicatorVisible { get; set; }

Property Value

Type Description
Boolean

true, if the Selected Item Indicator is visible; otherwise, false.

See Also