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.FilteringPopupIncrementalFilteringOptions Property

Specifies how incremental filtering is applied to the field’s filter dropdown list.

#Declaration

Delphi
property FilteringPopupIncrementalFilteringOptions: TcxTextEditIncrementalFilteringOptions read; write; default [ifoHighlightSearchText, ifoUseContainsOperator];

#Property Value

Type
TcxTextEditIncrementalFilteringOptions

#Remarks

Options include:

Value Meaning
ifoUseContainsOperator If set, the filter dropdown displays only those filter values that include the search string. Otherwise, the filter values that start with this string are displayed.
ifoHighlightSearchText If set, the filter dropdown highlights the search string in located filter values. Otherwise, the filter values are not highlighted.

The default value of the FilteringPopupIncrementalFilteringOptions property is [ifoHighlightSearchText, ifoUseContainsOperator].

See Also