PivotGroupFilterValuesCollection Class
Represents a collection of group filter values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
public class PivotGroupFilterValuesCollection :
IEnumerable<PivotGroupFilterValue>,
IEnumerable,
IPivotGroupFilterValuesCollection,
IXtraSupportDeserializeCollectionItem,
IXtraSupportDeserializeCollection,
IList,
ICollection,
IList<PivotGroupFilterValue>,
ICollection<PivotGroupFilterValue>
Related API Members
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.