PivotGridGroup.SetShowNewValuesAsync(Boolean, AsyncCompletedHandler) Method
In This Article
Sets the PivotGridGroup.ShowNewValues property asynchronously.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
public void SetShowNewValuesAsync(
bool showNewValues,
AsyncCompletedHandler asyncCompleted
)
#Parameters
Name | Type | Description |
---|---|---|
show |
Boolean | true, to show field values that have appeared in the datasource after the field filtering was configured; otherwise, false. |
async |
Async |
An Async |
See Also