Skip to main content

PivotGroupFilterValuesCollection Class

Represents a collection of group filter values.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public class PivotGroupFilterValuesCollection :
    IEnumerable<PivotGroupFilterValue>,
    IEnumerable,
    IPivotGroupFilterValuesCollection,
    IXtraSupportDeserializeCollectionItem,
    IXtraSupportDeserializeCollection,
    IList,
    ICollection,
    IList<PivotGroupFilterValue>,
    ICollection<PivotGroupFilterValue>

The following members return PivotGroupFilterValuesCollection objects:

Remarks

The PivotGroupFilterValuesCollection collections are used to store group filter values represented by the PivotGroupFilterValue objects. The group filter values collections are owned by the field groups (the PivotGridGroup.FilterValues property) and individual group filter values (the PivotGroupFilterValue.ChildValues property). The PivotGroupFilterValuesCollection 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
See Also