Skip to main content
All docs
V20.2

PivotGridGroup.SetShowNewValuesAsync(Boolean, AsyncCompletedHandler) Method

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

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