Skip to main content

DxGridLayout Properties

A container that arranges its items into rows and columns.
Name Description
Columns Specifies the grid layout’s column collection.
ColumnSpacing Specifies the distance between grid layout columns.
CssClass Assign a CSS class to the component. Inherited from DxComponentBase.
Id Specifies the component’s unique identifier. Inherited from DxComponentBase.
ItemContainerCssClass Assign a CSS class to the component’s inner container with items.
Items Specifies the grid layout’s item collection.
Rows Specifies the grid layout’s row collection.
RowSpacing Specifies the distance between the grid layout’s rows.
See Also