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

GroupFilterValuesCollection Class

A collection of group filter values.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public class GroupFilterValuesCollection :
    PivotGroupFilterValuesCollection

The following members return GroupFilterValuesCollection objects:

Remarks

The GroupFilterValuesCollection collections are used to store group filter values represented by the GroupFilterValue objects. The group filter values collections are owned by the field groups (the PivotGridGroup.FilterValues property) and individual group filter values (the GroupFilterValue.ChildValues property). The GroupFilterValuesCollection class provides methods that can be used to add, delete, or access individual elements, and perform other common collection management tasks.

To learn more, see Group Filter.

Inheritance

Object
PivotGroupFilterValuesCollection
GroupFilterValuesCollection
See Also