TabView.ItemHeaderFontFamily Property
Gets or sets the font family to which the font for item header text belongs. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public string ItemHeaderFontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The font family. |
See Also