[]
The Grid control to display data using a transposed layout, where columns represent data items and rows represent item properties. Also this control allows to display each item in multiple columns.
public class TransposedMultiRow<T> : FlexGridBase<T>, IHtmlContent, ITemplate
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| TransposedMultiRow(IHtmlHelper, string) | Creates one TransposedMultiRow<T> instance. |
| Name | Description |
|---|---|
| LayoutDefinition | Gets or sets an array that defines the layout of the rows used to display each data item. |