TabView.ItemHeaderMinWidth Property
Gets or sets the minimum width of header items when HeaderPanelPosition is Top or Bottom. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double ItemHeaderMinWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | -1 | The minimum width of header items, in pixels. |
See Also