Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: 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