TabItemActualAppearance.HeaderMaxHeight Property
Gets the maximum height value that is applied to the TabItem‘s header. To specify this value, use the HeaderMaxHeight property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double HeaderMaxHeight { get; }
Property Value
Type | Description |
---|---|
Double | The header’s maximum height. |
See Also