Skip to main content
A newer version of this page is available. .

GroupFilterValuesCollection.Add(GroupFilterValue) Method

Adds the specified filter value to the collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

public void Add(
    GroupFilterValue value
)

Parameters

Name Type Description
value GroupFilterValue

A GroupFilterValue object that is a group filter value.

See Also