Skip to main content

TabItemActualAppearance.SelectedHeaderTextColor Property

Gets the text color that is applied to the TabItem‘s header when it is selected. To specify this color, use the SelectedHeaderTextColor property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color SelectedHeaderTextColor { get; }

Property Value

Type Description
Color

The text color that is applied to the TabItem‘s header when it is selected.

See Also