Skip to main content
A newer version of this page is available. .

XRPivotGrid.ExpandAllRows() Method

Expands all the rows in the pivot grid.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public void ExpandAllRows()

Remarks

This method expands all rows which correspond to Row Fields. To expand all the rows that correspond to a specific Row Field, use the PivotGridFieldBase.ExpandAll method. The PivotGridFieldBase.ExpandValue method expands individual rows.

See Also