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

TcxCustomGridTableItemOptions.FilteringPopupIncrementalFilteringOptions Property

Specifies how incremental filtering is applied to the grid item’s classic filter dropdown window.

#Declaration

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

#Property Value

Type
TcxTextEditIncrementalFilteringOptions

#Remarks

Use this property to change the user experience with filter operations in the grid item’s classic filter dropdown. Refer to the TcxTextEditIncrementalFilteringOption and TcxTextEditIncrementalFilteringOptions type descriptions for details on available incremental filtering behavior flags and their combinations.

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

See Also