Skip to main content
A newer version of this page is available. .

DxStackLayout.ItemSpacing Property

Specifies the distance between the stack layout’s items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.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>
See Also