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

PivotGridGroup.SetShowNewValuesAsync(Boolean) Method

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public Task<bool> SetShowNewValuesAsync(
    bool showNewValues
)

Parameters

Name Type Description
showNewValues Boolean

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

Returns

Type Description
Task<Boolean>

An asynchronous operation that returns true in case of success.

See Also