Skip to main content

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

TcxPivotGridFieldOptions.FilteringPopupIncrementalFiltering Property

Enables the incremental filtering feature for the field’s filter dropdown.

#Declaration

Delphi
property FilteringPopupIncrementalFiltering: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

With the incremental filtering feature, end-users can easily filter out values in a filter dropdown and display only those that start with or include a given search string. A special field is displayed above the filter list to allow entry of a search string.

Set the FilteringPopupIncrementalFiltering property to True to enable incremental filtering. Use the FilteringPopupIncrementalFilteringOptions to customize the manner in which the search is performed and optionally highlight the search string in the located filter values.

The default value of the FilteringPopupIncrementalFiltering property is False.

See Also