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.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

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

Declaration

bool ShowNewValues { get; }

Property Value

Type Description
Boolean

true to show new field values; otherwise, false.

Remarks

This property returns the PivotGridField.ShowNewValues property value.

See Also