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

PivotGridFieldBase.CollapseAll() Method

Collapses all rows/columns that correspond to the current column field or row field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public void CollapseAll()

Remarks

Use the PivotGridControl.ChangeFieldExpandedAsync method to collapse or expand all values of a particular field, asynchronously. For more information about asynchronous mode, see Asynchronous Mode.

To collapse a specific field value, use the PivotGridFieldBase.CollapseValue method. To expand field values, use the PivotGridFieldBase.ExpandValue and PivotGridFieldBase.ExpandAll methods.

Field values can be collapsed and expanded by end-users if the field’s PivotGridFieldOptions.AllowExpand property is set to true.

The following code snippets (auto-collected from DevExpress Examples) contain references to the CollapseAll() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also