Skip to main content

PivotGridGroup.IsFilterAllowed Property

Gets whether the group filter is used to filter data against the group’s fields.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[Browsable(false)]
public bool IsFilterAllowed { get; }

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 PivotGridFieldOptions.GroupFilterMode property of the first field in the group (or the PivotGridOptionsFilterBase.GroupFilterMode property to do this for all groups).

To learn more, see Group Filtering.

See Also