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