[]
Gets or sets a string containing a comma-separated list of properties to use when searching for items.
public virtual string SearchMemberPath { get; set; }
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.