property Group.AutoSearch as Boolean
Enables or disables the auto search feature.

TypeDescription
Boolean A boolean expression that indicates whether the auto search feature is enabled or disabled.

By default, the AutoSearch property is True. The auto-search feature is is commonly known as incremental search. An incremental search begins searching as soon as you type the first character of the search string. As you type in the search string, the group selects the item  ( and highlight the portion of the string that match where the string (as you have typed it so far) would be found. The group supports 'starts with' or 'contains' incremental search as described in the AutoSearch property of the Column object.