Skip to main content

TabItemActualAppearance.HeaderWidth Property

Gets the width value that is applied to the TabItem‘s header. To specify this value, use the HeaderWidth property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public TabItemLength HeaderWidth { get; }

Property Value

Type Description
TabItemLength

The header’s width.

See Also