PivotGridGroup.SetShowNewValuesAsync(Boolean) Method
Sets the PivotGridGroup.ShowNewValues property asynchronously.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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