TcxCustomShellComboBoxProperties.IncrementalSearch Property
Determines whether the incremental search feature is enabled.
Declaration
property IncrementalSearch: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Use the IncrementalSearch property to enable or disable the incremental search within the shell combo box dropdown. If this property value is True, then an end-user may type the required shell item name to locate the closest match within the shell combo box dropdown. The located item becomes selected within the dropdown.
The default value of the IncrementalSearch property is False.
See Also