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 Function Delay( _
ByVal As Integer _
) As
public virtual Delay(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also