Skip to main content

TabItemActualAppearance.HeaderIconColor Property

Gets the icon color that is applied to the TabItem‘s header. To specify this color, use the HeaderIconColor property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color HeaderIconColor { get; }

Property Value

Type Description
Color

The header icon color.

See Also