Skip to main content

TabViewActualAppearance.HeaderPanelHeight Property

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

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double HeaderPanelHeight { get; }

Property Value

Type Description
Double

The header panel’s height.

See Also