TabViewActualAppearance.ItemHeaderFontFamily Property
In This Article
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
C#
public string ItemHeaderFontFamily { get; }
#Property Value
Type | Description |
---|---|
String | The item header’s font family. |
See Also