TabViewActualAppearance.HeaderPanelMaxHeight Property
In This Article
Gets the header panel’s maximum height value that is applied to the TabView. To specify this value, use the HeaderPanelMaxHeight property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public double HeaderPanelMaxHeight { get; }
#Property Value
Type | Description |
---|---|
Double | The header panel’s maximum height. |
See Also