[]
Configurates NewRowAtTop. Sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom.
public override MultiRowBuilder<T> NewRowAtTop(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| MultiRowBuilder<T> | Current builder. |