# User Folders | WPF Controls | DevExpress Documentation

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

![UserFolders](/WPF/images/userfolders16971.png)

Note

User folders are not supported in an [OLAP](/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources) mode.

To create a folder, set at least one field to be displayed in this folder. Use the [PivotGridField.DisplayFolder](/WPF/DevExpress.Xpf.PivotGrid.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](/WPF/DevExpress.Xpf.PivotGrid.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](/WPF/DevExpress.Xpf.PivotGrid.PivotGridField.TreeViewHeaderImage) property.

![pivot-tree-view-header-image](/WPF/images/pivot-tree-view-header-image128742.png)

See Also

[Field List Overview](/WPF/11751/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-overview)

[Field List Styles](/WPF/11752/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-styles)

[Standalone Customization Control](/WPF/11753/controls-and-libraries/pivot-grid/layout/customization-form/standalone-customization-control)