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