Skip to main content

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.v23.2.dll

NuGet Package: 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