DxGridLayout.RowSpacing Property
Specifies the distance between the grid layout’s rows.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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>
See Also