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.1.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