Back to Devexpress

PivotGroupFilterValuesCollection Class

corelibraries-devexpress-dot-xtrapivotgrid-e499d1d5.md

latest3.1 KB
Original Source

PivotGroupFilterValuesCollection Class

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

Declaration

csharp
public class PivotGroupFilterValuesCollection :
    IEnumerable<PivotGroupFilterValue>,
    IEnumerable,
    IPivotGroupFilterValuesCollection,
    IXtraSupportDeserializeCollectionItem,
    IXtraSupportDeserializeCollection,
    IList,
    ICollection,
    IList<PivotGroupFilterValue>,
    ICollection<PivotGroupFilterValue>
vb
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:

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.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object PivotGroupFilterValuesCollection GroupFilterValuesCollection

See Also

PivotGroupFilterValuesCollection Members

DevExpress.XtraPivotGrid Namespace