[]
Defines the base class represents the grid layout.
public abstract class GridLayout : LayoutBase, IHtmlString, ITemplate
| Name | Description |
|---|---|
| GridLayout(HtmlHelper) | Creates one AutoGridLayout instance. |
| Name | Description |
|---|---|
| CellSize | Gets or sets the size of the cell in the grid layout. It is in pixels. |
| CellSpacing | Gets or sets the spacing of the cell in the grid layout. It is in pixels. |
| GroupSpacing | Gets or sets the spacing of the group in the grid layout. It is in pixels. |
| MaxRowsOrColumns | Gets or sets the maximum number of the row count or the column count. |
| Orientation | Gets or sets the layout orientation. |