corelibraries-devexpress-dot-xtrapivotgrid-e499d1d5.md
Represents a collection of group filter values.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotGroupFilterValuesCollection :
IEnumerable<PivotGroupFilterValue>,
IEnumerable,
IPivotGroupFilterValuesCollection,
IXtraSupportDeserializeCollectionItem,
IXtraSupportDeserializeCollection,
IList,
ICollection,
IList<PivotGroupFilterValue>,
ICollection<PivotGroupFilterValue>
Public Class PivotGroupFilterValuesCollection
Implements IEnumerable(Of PivotGroupFilterValue),
IEnumerable,
IPivotGroupFilterValuesCollection,
IXtraSupportDeserializeCollectionItem,
IXtraSupportDeserializeCollection,
IList,
ICollection,
IList(Of PivotGroupFilterValue),
ICollection(Of PivotGroupFilterValue)
The following members return PivotGroupFilterValuesCollection objects:
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.
IXtraSupportDeserializeCollectionItem
Object PivotGroupFilterValuesCollection GroupFilterValuesCollection
See Also