Skip to main content

TabView.ItemHeaderFontAttributes Property

Gets or sets a value that indicates whether the font for item header text is bold, italic, or neither. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public FontAttributes ItemHeaderFontAttributes { get; set; }

Property Value

Type Default Description
FontAttributes None

The value that indicates whether the font for item header text is bold, italic, or neither.

See Also