FieldFilterValues.SetValuesAsync(IList<Object>, PivotFilterType, Boolean, AsyncCompletedHandler) Method
For internal use.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
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