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

FieldFilterValues.SetValuesAsync(IList<Object>, PivotFilterType, Boolean, AsyncCompletedHandler) Method

For internal use.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public void SetValuesAsync(
    IList<object> values,
    PivotFilterType filterType,
    bool showBlanks,
    AsyncCompletedHandler handler
)

Parameters

Name Type
values IList<Object>
filterType PivotFilterType
showBlanks Boolean
handler AsyncCompletedHandler
See Also