[]
Defines a builder to configurate TransposedGrid<T>.
public class TransposedGridBuilder<T> : FlexGridBaseBuilder<T, TransposedGrid<T>, TransposedGridBuilder<T>>, IHtmlString
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| TransposedGridBuilder(TransposedGrid<T>) | Creates one TransposedGridBuilder<T> instance to configurate |
| Name | Description |
|---|---|
| AutoGenerateRows(bool) | Configurates AutoGenerateRows. Sets a value that determines whether the grid should generate rows automatically based on the itemsSource. |
| HeadersVisibility(HeadersVisibility) | Configurates HeadersVisibility. Sets a value that determines whether the row and column headers are visible. |
| RowGroups(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>>) | Configure TransposedGrid.RowGroups"/>. |
| Rows(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>>) | Configure TransposedGrid.Rows"/>. |
| SortingType(AllowSorting) | Configurates SortingType. Sets how the grid sort columns by clicking the column header cells. |