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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to show new field values; otherwise, false. |
Remarks
This property returns the PivotGridField.ShowNewValues property value.
See Also