ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / MinLength Property

In This Topic
    MinLength Property
    In This Topic
    A value that determines the minimum length of text that can be entered in the wijcombobox text box to issue an AJAX request. Default: 4. Type: Number.
    Syntax
    'Declaration
     
    Public Property MinLength As System.Integer
    public System.int MinLength {get; set;}
    See Also