DXWrapLayout.ItemSpacing Property
In This Article
Gets or sets the amount of space between the DXWrapLayout child elements. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public double ItemSpacing { get; set; }
#Property Value
Type | Description |
---|---|
Double | The amount of space between the DXWrap |
See Also