[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.AutoCompleteBaseBuilder-3.SearchMemberPath

SearchMemberPath Method

SearchMemberPath(string)

Configurates SearchMemberPath. Sets a string containing a comma-separated list of properties to use when searching for items.

Declaration
public virtual TBuilder SearchMemberPath(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

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.