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

PivotGridGroup.SetFilterValues(GroupFilterValuesCollection, FieldFilterType) Method

Adds the specified group filter values to the collection, and sets the filter type to the specified value.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public void SetFilterValues(
    GroupFilterValuesCollection values,
    FieldFilterType filterType
)

Parameters

Name Type Description
values GroupFilterValuesCollection

A GroupFilterValuesCollection object that specifies the collection of group filter values.

filterType FieldFilterType

A FieldFilterType object that specifies the filter type.

Remarks

To add filter values to the collection asynchronously, use the PivotGridGroup.SetFilterValuesAsync method.

See Also