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