ToolbarPage.ItemSpacing Property
Gets or sets the spacing value that is displayed between DXToolbar items of this page. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double? ItemSpacing { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Double> | The spacing value between DXToolbar items. |
See Also