DxStackLayout.ItemSpacing Property
Specifies the distance between the stack layout’s items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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>