Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

User Folders

PivotGridControl allows you to group fields in the Field List by putting them into user-defined folders.

UserFolders

Note

User folders are not supported in an OLAP mode.

To create a folder, set at least one field to be displayed in this folder. Use the PivotGridField.DisplayFolder property to do this.

You can also create folder hierarchies by putting folders one into another. In this instance, use the “" symbol as a delimiter when specifying folder names.

To enable displaying user folders, set the PivotGridControl.GroupFieldsInFieldList property to true.

You can provide a custom icon for field headers displayed in the Field List. For this, use the PivotGridField.TreeViewHeaderImage property.

pivot-tree-view-header-image

See Also