Skip to main content
All docs
V23.2

PivotGridGroup.SetShowNewValuesAsync(Boolean) Method

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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