[]
        
(Showing Draft Content)

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

BeginsWithSearch Method

BeginsWithSearch(bool)

Configurates BeginsWithSearch. Sets a value that determines whether to search for items that begin with the given search term. The default value for this property is False, which causes the control to search for items that contain the given search terms.

Declaration
public TBuilder BeginsWithSearch(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.