Back to Devexpress

DxStackLayout.ItemSpacing Property

blazor-devexpress-dot-blazor-dot-dxstacklayout-c5248b77.md

latest971 B
Original Source

DxStackLayout.ItemSpacing Property

Specifies the distance between the stack layout’s items.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public string ItemSpacing { get; set; }

Property Value

TypeDescription
String

A CSS unit that specifies the distance between the stack layout’s items.

|

Remarks

razor
<DxStackLayout ItemSpacing="8px">
    @* ... *@
</DxStackLayout>

See Also

DxStackLayout Class

DxStackLayout Members

DevExpress.Blazor Namespace