Method GridRows
| Improve this Doc View SourceGridRows(String[])
Defines layout grid rows.
Declaration
public DataPresenter.TemplateBuilder GridRows(params string[] heights)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | heights | The height values of grid columns. Must be valid string values of System.Windows.GridLength. |
Returns
| Type | Description |
|---|---|
| DataPresenter.TemplateBuilder | This template builder for fluent coding. |