[]
Expands the given row in GroupBy DataView.
public void ExpandGroupRow(int row)
| Type | Name | Description |
|---|---|---|
| int | row | The row to expand. |
Expanding/collapsing a row in a GroupBy grid expands/collapses the row in all splits.
Expands the given row in GroupBy DataView and optionally exapands the subrows for all splits.
public void ExpandGroupRow(int row, bool expandSubRows)
| Type | Name | Description |
|---|---|---|
| int | row | The row to expand. |
| bool | expandSubRows | True to expand subrows. |