DxGridLayout.ColumnSpacing Property
Specifies the distance between grid layout columns.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public string ColumnSpacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | A CSS unit that specifies the distance between the grid layout’s columns. |
Remarks
<DxGridLayout ColumnSpacing="8px" RowSpacing="8px">
...
</DxGridLayout>
See Also