constants AutoSearchEnum
Specifies the kind of searching while user types characters within a column. Use the AutoSearch property to allow 'start with' incremental search or 'contains' incremental search feature in the control.

NameValueDescription
exStartWith0 Defines the 'starts with' incremental search within the column. If the user type characters within the column the control looks for items that start with the typed characters.
exContains1 Defines the 'contains' incremental search within the column. If the user type characters within the column the control looks for items that contain the typed characters.