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 Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
Id Specifies the component’s unique identifier. Inherited from DxComponentBase.
ItemContainerCssClass Specifies the name of a CSS class applied 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