[]
        
(Showing Draft Content)

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

MinLength Method

MinLength(int)

Configurates MinLength. Sets the minimum input length to trigger autocomplete suggestions.

Declaration
public virtual TBuilder MinLength(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
TBuilder

Current builder.