Back to Devexpress

TabView.HeaderPanelHeight Property

maui-devexpress-dot-maui-dot-controls-dot-tabview-d2644124.md

latest1.6 KB
Original Source

TabView.HeaderPanelHeight Property

Gets or sets the header panel’s height when the HeaderPanelPosition is set to Top or Bottom. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public TabHeaderLength HeaderPanelHeight { get; set; }

Property Value

TypeDefaultDescription
TabHeaderLength1

The height of the header panel.

|

Remarks

When you define the HeaderPanelHeight value, you should also check the HeaderPanelMinHeight / HeaderPanelMaxHeight property values and specify the panel’s minimum/maximum height if necessary.

The following table lists the default values of these properties:

PropertyDefault Value
HeaderPanelMinHeight48
HeaderPanelMaxHeight100

See Also

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace