Skip to main content

TabViewActualAppearance.HeaderPanelMaxWidth Property

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

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double HeaderPanelMaxWidth { get; }

Property Value

Type Description
Double

The header panel’s maximum width.

See Also