TcxCustomTextEditProperties.IncrementalFilteringOptions Property
Specifies how incremental filtering is applied to the editor’s drop-down list.
Declaration
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