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

DxGridLayout.RowSpacing Property

Specifies the distance between the grid layout’s rows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string RowSpacing { get; set; }

Property Value

Type Description
String

A CSS unit that specifies the distance between the grid layout’s rows.

Remarks

<DxGridLayout ColumnSpacing="8px" RowSpacing="8px">
    ...
</DxGridLayout>

Run Demo: Grid Layout - Adaptivity

Watch Video

See Also