Skip to main content

TabView.ItemHeaderFontFamily Property

Gets or sets the font family to which the font for item headers’ text belongs.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

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