Skip to main content

PivotGridOptionsViewBase.GroupFieldsInCustomizationWindow Property

Gets or sets whether hidden fields are grouped within the Customization Form.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
public bool GroupFieldsInCustomizationWindow { get; set; }

Property Value

Type Default Description
Boolean true

true if to group hidden fields within the Customization Form; otherwise, false.

Remarks

In OLAP mode, use the GroupFieldsInCustomizationWindow property to specify whether fields should be shown within display folders or measure groups (as defined in an OLAP cube) in the Customization Form.

GroupFieldsInCustomizationWindow

In a regular data binding mode, use the GroupFieldsInCustomizationWindow property to specify whether user-defined folders should be displayed. To learn more, see User Folders.

Note

For Pivot Grid, fields can be shown within display folders or measure groups only in an Excel-style Customization Form. A simple-style Customization Form does not currently support a tree-like layout and the GroupFieldsInCustomizationWindow property is therefore not in effect.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GroupFieldsInCustomizationWindow property.

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