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

In This Topic
    Delay Property (AutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AutoCompleteBase<T>.Delay. Sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed.
    Syntax
    'Declaration
     
    Public Overridable Property Delay As Integer
    public virtual int Delay {get; set;}
    See Also