Skip to main content

TabViewActualAppearance.SelectedItemHeaderIconColor Property

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

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color SelectedItemHeaderIconColor { get; }

Property Value

Type Description
Color

The header panel’s icon color.

See Also