Configurates
C1.Web.Mvc.AutoCompleteBase<T>.MinLength. Sets the minimum input length to trigger autocomplete suggestions.
Syntax
'Declaration
Public Overridable Function MinLength( _
ByVal As Integer _
) As
public virtual MinLength(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also