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