Skip to main content

PivotGroupFilterValues.SetValuesAsync(PivotGroupFilterValuesCollection, PivotFilterType, AsyncCompletedHandler) Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v14.2.Core.dll

#Declaration

public bool SetValuesAsync(
    PivotGroupFilterValuesCollection values,
    PivotFilterType 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 PivotFilterType

A FieldFilterType enumeration member that specifies the filter type. This value is assigned to the PivotGroupFilterValues.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 values; otherwise, false.

See Also