Skip to main content

DxGridLayout.RowSpacing Property

Specifies the distance between the grid layout’s rows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
[Parameter]
public string RowSpacing { get; set; }

Property Value

Type Default Description
String null

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

Remarks

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

Grid Layout - Column spacing

Run Demo: Grid Layout - Adaptivity

Watch Video

See Also