Skip to main content

XRPivotGrid.ExpandAllColumns() Method

Expands all the columns in the pivot grid.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void ExpandAllColumns()

Remarks

This method expands all columns which correspond to Column Fields. To expand all the columns that correspond to a particular Column Field use the PivotGridFieldBase.ExpandAll method. The PivotGridFieldBase.ExpandValue method lets you expand individual columns.

See Also