[]
Configurates AutoGenerateRows. Sets a value that determines whether the grid should generate rows automatically based on the itemsSource.
public virtual TransposedGridBuilder<T> AutoGenerateRows(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TransposedGridBuilder<T> | Current builder. |