Skip to main content

TabViewActualAppearance.HeaderPanelWidth Property

Gets the header panel’s width value that is applied to the TabView. To specify this value, use the HeaderPanelWidth property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double HeaderPanelWidth { get; }

Property Value

Type Description
Double

The header panel’s width.

See Also