Back to Devexpress

DxGridLayout.RowSpacing Property

blazor-devexpress-dot-blazor-dot-dxgridlayout-8f4f8757.md

latest1.2 KB
Original Source

DxGridLayout.RowSpacing Property

Specifies the distance between the grid layout’s rows.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
Stringnull

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

|

Remarks

razor
<DxGridLayout ColumnSpacing="8px" RowSpacing="8px">
    @* ... *@
</DxGridLayout>

Run Demo: Grid Layout - Adaptivity

See Also

DxGridLayout Class

DxGridLayout Members

DevExpress.Blazor Namespace