Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridGroup.SetShowNewValuesAsync(Boolean, AsyncCompletedHandler) Method

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public void SetShowNewValuesAsync(
    bool showNewValues,
    AsyncCompletedHandler asyncCompleted
)

Parameters

Name Type Description
showNewValues Boolean

true, to show field values that have appeared in the datasource after the field filtering was configured; otherwise, false.

asyncCompleted AsyncCompletedHandler

An AsyncCompletedHandler delegate referencing a method that should be executed after the operation is completed.

See Also