Back to Devexpress

User Folders

aspnet-11792-components-pivot-grid-layout-customization-form-user-folders.md

latest1.5 KB
Original Source

User Folders

  • Dec 15, 2023

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

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 PivotGridFieldBase.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 PivotGridOptionsViewBase.GroupFieldsInCustomizationWindow property to true.

Note that user-defined folders cannot be displayed in a simple-style Customization Form.

See Also

Customization Form Overview

Customization Form Styles

Standalone Customization Control