XRPivotGrid.ExpandAllRows() Method
Expands all the rows in the pivot grid.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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