PivotGridGroup.SetFilterValuesAsync(GroupFilterValuesCollection, FieldFilterType, AsyncCompletedHandler) Method
Adds the specified group filter values to the collection asynchronously.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
public void SetFilterValuesAsync(
GroupFilterValuesCollection values,
FieldFilterType filterType,
AsyncCompletedHandler handler
)
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. |
handler | AsyncCompletedHandler | A AsyncCompletedHandler delegate referencing a method that should be executed after the operation is completed. |
Remarks
To add filter values to the collection in a standard mode, use the PivotGridGroup.SetFilterValues method.
See Also