[]
Configurates SearchMemberPath. Sets a string containing a comma-separated list of properties to use when searching for items.
public virtual TBuilder SearchMemberPath(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
By default, the AutoComplete control searches for matches against the property specified by the DisplayMemberPath property. The searchMemberPath property allows you to search using additional properties.