ToolbarContentItemBase.MinimumWidthRequest Property
Gets or sets minimum width of a ToolbarContentItemBase descendant. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double MinimumWidthRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | Minimum width of a ToolbarContentItemBase descendant. |
See Also