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

TcxCustomEditContainerItemFilterPopupIncrementalFilteringOptions.Options Property

Specifies the optional attributes of the incremental filtering functionality in an editor container’s classic filter dropdown.

#Declaration

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

#Property Value

Type
TcxTextEditIncrementalFilteringOptions

#Remarks

You can remove the ifoUseContainsOperator flag from the Options property value to use the ‘BEGINS WITH’ filter condition operator instead of ‘CONTAINS’. Refer to the TcxTextEditIncrementalFilteringOption and TcxTextEditIncrementalFilteringOptions type descriptions for details on available incremental filtering behavior flags and their combinations.

The Options property’s default value is [ifoHighlightSearchText, ifoUseContainsOperator].

See Also