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

TcxLookupComboBoxProperties.IncrementalFilteringOptions Property

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

#Declaration

Delphi
property IncrementalFilteringOptions; default [];

#Property Value

Type Description
TcxTextEditIncrementalFilteringOptions

A set of flags that define the incremental filtering behavior.

#Remarks

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

The IncrementalFilteringOptions property’s default value is [].

See Also