Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupFilterValuesCollection Class

A collection of group filter values.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.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