PivotGridGroup.SetShowNewValuesAsync(Boolean) Method
Sets the PivotGridGroup.ShowNewValues property asynchronously.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| showNewValues | Boolean |
|
Returns
| Type | Description |
|---|---|
| Task<Boolean> | An asynchronous operation that returns true in case of success. |
See Also