PivotField.IncludeNewItemsInFilter Property
Gets or sets a value indicating whether new items should appear in the field when manual filtering is applied to it.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
Remarks
If you apply manual filtering to a PivotTable field to show data for specific field items and then add new records to the reportâs data source, new items may appear in the pivot table after the refresh operation which are not included in the filter by default. However, it can be useful to display new data in the pivot table even if they do not match the filter criteria. To show new items in the manually filtered field, set the fieldâs IncludeNewItemsInFilter property to true.
See Also
