PivotGridGroup.ShowNewValues Property
Gets or sets whether field values that have appeared in the datasource after the field's filtering was configured should be shown. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to show new field values; otherwise, false. |
#Remarks
If filtering is applied to the current group, the ShowNewValues property specifies whether new field values (values that have been added to the datasource after the filter condition was set) are shown or hidden by default.
If filtering is not applied to the group, new field values are always displayed, regardless of the ShowNewValues property value.
The ShowNewValues property is also not in effect if hierarchical filtering is disabled for the current group (see PivotGridControl.GroupFilterMode). In this instance, use the PivotGridField.ShowNewValues properties of individual fields.
In an OLAP mode, use the PivotGridGroup.SetShowNewValuesAsync method to set the ShowNewValues property.
NOTE
The Show