[]
Defines a builder to configurate CellGroup.
public class CellGroupBuilder : BaseBuilder<CellGroup, CellGroupBuilder>
| Name | Description |
|---|---|
| CellGroupBuilder(CellGroup) | Creates one CellGroupBuilder instance to configurate |
| Name | Description |
|---|---|
| Cells(Action<ListItemFactory<Cell, CellBuilder>>) | Configure Cell. |
| Colspan(int) | Configurates Colspan. Number of grid columns spanned by the group. |
| Header(string) | Configurates Header. Group header (shown when the headers are collapsed). |
| IsRowHeader(bool) | Configurates IsRowHeader. Sets a value that determines whether this is a row header group. |