[]
Defines a builder to configurate GridLayout.
public abstract class GridLayoutBuilder<TControl, TBuilder> : LayoutBaseBuilder<TControl, TBuilder>, IHtmlString, ITemplateBuilder<TBuilder> where TControl : GridLayout where TBuilder : GridLayoutBuilder<TControl, TBuilder>
| Name | Description |
|---|---|
| TControl | |
| TBuilder |
| Name | Description |
|---|---|
| GridLayoutBuilder(TControl) | Creates one GridLayoutBuilder<TControl, TBuilder> instance to configurate |
| Name | Description |
|---|---|
| CellSize(int) | Configurates CellSize. Sets the size of the cell in the grid layout. It is in pixels. |
| CellSpacing(int) | Configurates CellSpacing. Sets the spacing of the cell in the grid layout. It is in pixels. |
| GroupSpacing(int) | Configurates GroupSpacing. Sets the spacing of the group in the grid layout. It is in pixels. |
| MaxRowsOrColumns(int) | Configurates MaxRowsOrColumns. Sets the maximum number of the row count or the column count. |
| Orientation(LayoutOrientation) | Configurates Orientation. Sets the layout orientation. |