[]
        
(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; }
Public Overridable Property SearchMemberPath As String
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.