Skip to main content

TabItemActualAppearance.HeaderFontFamily Property

Gets the font family value that is applied to the TabItem‘s header. To specify this value, use the HeaderFontFamily property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public string HeaderFontFamily { get; }

Property Value

Type Description
String

The font family.

See Also