Skip to main content

TabViewActualAppearance.ItemHeaderFontFamily Property

Gets the item header’s font family value that is applied to the TabView. To specify this value, use the ItemHeaderFontFamily property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public string ItemHeaderFontFamily { get; }

Property Value

Type Description
String

The item header’s font family.

See Also