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

In This Topic
    Delay Property
    In This Topic
    A value that determines the duration (in milliseconds) of the time to delay before autocomplete begins after typing stops. Default: 300. Type: Number.
    Syntax
    'Declaration
     
    Public Property Delay As System.Integer
    public System.int Delay {get; set;}
    See Also