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