Skip to main content

GroupFilterValues.SetValuesAsync(PivotGroupFilterValuesCollection, FieldFilterType, AsyncCompletedHandler) Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool SetValuesAsync(
    PivotGroupFilterValuesCollection values,
    FieldFilterType filterType,
    AsyncCompletedHandler handler
)

Parameters

Name Type Description
values PivotGroupFilterValuesCollection

A PivotGroupFilterValuesCollection object that specifies the collection of group filter values. This object is assigned to the PivotGroupFilterValues.Values property.

filterType FieldFilterType

A FieldFilterType object that specifies the filter type. This object is assigned to the GroupFilterValues.FilterType property.

handler AsyncCompletedHandler

An AsyncCompletedHandler delegate referencing a method that should be executed after the operation is completed.

Returns

Type Description
Boolean

true, if the specified values differ from the current ones; otherwise, false.

See Also