Skip to main content

FieldListControlBase.GroupFields Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

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 Field List.

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