Skip to main content

TabPage.ItemHeaderFontFamily Property

Gets or sets the font family name for the text displayed within item headers.

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 item header’s font family name.

Remarks

Use the TabPage object’s properties to customize the header panel that contains tab item headers and allows navigation between tab items. You can adjust settings of all item headers at once, define the appearance and behavior of the selected item header separately, and configure the header panel as a whole.

See Also