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

PivotGridOptionsViewBase.GroupFieldsInCustomizationWindow Property

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GroupFieldsInCustomizationWindow
WinForms Controls PivotGridControl
.OptionsView.GroupFieldsInCustomizationWindow
Reporting XRPivotGrid
.OptionsView.GroupFieldsInCustomizationWindow
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsView.GroupFieldsInCustomizationWindow
MVCxPivotGrid
.OptionsView.GroupFieldsInCustomizationWindow
PivotGridSettings
.OptionsView.GroupFieldsInCustomizationWindow

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