Delay Property (AutoComplete<T>)
In This Topic
Gets or 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