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

In This Topic
    AutoFilter Property
    In This Topic
    A value determines whether to shorten the drop-down list items by matching the text in the textbox after typing. Default: true. Type: Boolean.
    Syntax
    'Declaration
     
    Public Property AutoFilter As System.Boolean
    public System.bool AutoFilter {get; set;}
    See Also