Skip to main content
A newer version of this page is available. .

TabViewActualAppearance.SelectedItemIndicatorColor Property

Gets the header’s indicator color that is applied to the TabView when the header is selected. To specify this color, use the SelectedItemIndicatorColor property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color SelectedItemIndicatorColor { get; }

Property Value

Type Description
Color

The header’s indicator color.

See Also