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

TcxCustomTextEditProperties.IncrementalFilteringOptions Property

Specifies how incremental filtering is applied to the editor’s drop-down list.

#Declaration

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

#Property Value

Type
TcxTextEditIncrementalFilteringOptions

#Remarks

Use this property to adjust the behavior of the incremental filtering functionality in a text editor. Refer to the TcxTextEditIncrementalFilteringOption and TcxTextEditIncrementalFilteringOptions type descriptions for details on available incremental filtering behavior flags and their combinations.

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

See Also