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

XRPivotGrid.ExpandAllColumns() Method

Expands all the columns in the pivot grid.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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