ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / MultiAutoCompleteTagHelper Class / MinLength Property

In This Topic
    MinLength Property (MultiAutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AutoCompleteBase<T>.MinLength. Sets the minimum input length to trigger autocomplete suggestions.
    Syntax
    'Declaration
     
    Public Overridable Property MinLength As Integer
    public virtual int MinLength {get; set;}
    See Also