[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.C1TrueDBGrid.ExpandGroupRow

ExpandGroupRow Method

ExpandGroupRow(int)

Expands the given row in GroupBy DataView.

Declaration
public void ExpandGroupRow(int row)
Parameters
Type Name Description
int row

The row to expand.

Remarks

Expanding/collapsing a row in a GroupBy grid expands/collapses the row in all splits.

ExpandGroupRow(int, bool)

Expands the given row in GroupBy DataView and optionally exapands the subrows for all splits.

Declaration
public void ExpandGroupRow(int row, bool expandSubRows)
Parameters
Type Name Description
int row

The row to expand.

bool expandSubRows

True to expand subrows.