IThreadSafeField.ShowNewValues Property
Gets whether field values that have appeared in the datasource after the field’s filtering was configured should be shown.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to show new field values; otherwise, false. |
Remarks
The ShowNewValues property provides thread-safe access to the field’s PivotGridFieldBase.ShowNewValues property. To learn more, see PivotGridFieldBase.ShowNewValues.
Use the ShowNewValues property when handling events in asynchronous mode. For more information, see Asynchronous Mode.
See Also