Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

bool ShowNewValues { get; }

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