DxStackLayout.ItemSpacing Property
Specifies the distance between the stack layout’s items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public string ItemSpacing { get; set; }
Property Value
Type | Description |
---|---|
String | A CSS unit that specifies the distance between the stack layout’s items. |
Remarks
<DxStackLayout ItemSpacing="8px">
...
</DxStackLayout>
See Also