property PropertiesList.IncrementalSearch as AutoSearchEnum
Specifies whether the incremental search feature looks for starting of the property or if it contains the typed characters.

TypeDescription
AutoSearchEnum An AutoSearchEnum expression that specifies whether the control searches for the start of or if contains the typed characters.
By default, the IncrementalSearch property is exStartWith. Use the IncrementalSearch property to define a 'contains' incremental search. For instance, if the IncrementalSearch property is exContains + exMoveOnTop, the items are re-arranged so, the first items contain the typed characters, while the rest stay unchanged. In case the exMoveOnTop flag is included, the FilterBarPromptVisible property should be True, else it has no effect. Use the ExpandOnSearch property to automatically expand parent items as user types characters.