Skip to main content

TabViewActualAppearance.ItemHeaderTextColor Property

Gets the item header’s text color that is applied to the TabView. To specify this color, use the ItemHeaderTextColor property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color ItemHeaderTextColor { get; }

Property Value

Type Description
Color

The item header’s text color.

See Also