[]
Defines a builder to configurate TransposedGridRowBase.
public class TransposedGridRowBaseBuilder<TControl, TBuilder> : ColumnBaseBuilder<TControl, TBuilder> where TControl : TransposedGridRowBase where TBuilder : TransposedGridRowBaseBuilder<TControl, TBuilder>
| Name | Description |
|---|---|
| TControl | |
| TBuilder |
| Name | Description |
|---|---|
| TransposedGridRowBaseBuilder(TControl) | Creates one TransposedGridRowBaseBuilder<TControl, TBuilder> instance to configurate |
| Name | Description |
|---|---|
| Height(int?) | Configurates Height. Sets the height of the row. |
| RowGroups(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>>) | Configure TransposedGrid.RowGroups"/>. |
| Rows(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>>) | Configure TransposedGrid.RowGroups"/>. |