PivotGridGroup.IsFilterAllowed Property
Gets whether the group filter is used to filter data against the group’s fields.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the group filter is used to filter data against the group’s fields; false if data is filtered against each of the group’s fields separately. |
Remarks
To specify whether data is filtered against the group’s fields via the group filter, use the PivotGridControl.GroupFilterMode property.
To learn more, see Group Filtering.
See Also