Skip to main content
A newer version of this page is available. .

PivotGroupFilterValues.SetValuesAsync(PivotGroupFilterValuesCollection, PivotFilterType, AsyncCompletedHandler) Method

For internal use.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Parameters

Name Type
values PivotGroupFilterValuesCollection
filterType PivotFilterType
handler AsyncCompletedHandler

Returns

Type
Boolean
See Also