Delay Property (C1AutoComplete)
In This Topic
The delay in milliseconds the Autocomplete waits after a keystroke to activate itself. A zero-delay makes sense for local data (more responsive), but can produce a lot of load for remote data, while being less responsive. Reference: http://jqueryui.com/demos/autocomplete/#delay
Syntax
'Declaration
Public Property Delay As System.Integer
public System.int Delay {get; set;}
See Also