[]
        
(Showing Draft Content)

C1.Web.Mvc.AutoCompleteBase-1.SearchMemberPath

SearchMemberPath Property

SearchMemberPath

Gets or sets a string containing a comma-separated list of properties to use when searching for items.

Declaration
public virtual string SearchMemberPath { get; set; }
Remarks

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.