PivotGridGroup.SetFilterValues(GroupFilterValuesCollection, FieldFilterType) Method
In This Article
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 | Group |
A Group |
filter |
Field |
A Field |
#Remarks
To add filter values to the collection asynchronously, use the PivotGridGroup.SetFilterValuesAsync method.
See Also