Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

bool IncludeNewItemsInFilter { get; set; }

#Property Value

Type Description
Boolean

true, to include new items in a manual filter; otherwise, false.

The default is false.

#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