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

FieldListControlBase.GroupFields Property

Gets or sets whether hidden fields are grouped within the Customization Form. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

public bool GroupFields { get; set; }

Property Value

Type Description
Boolean

true to group fields; otherwise, false.

Remarks

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

pivotgrid_FieldList_GroupFields

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

Note

By default, the GroupFields property is bound to the PivotGridControl.GroupFieldsInFieldList property. To restore this binding after you have set a local value to the GroupFields property, use the ClearValue method.

See Also