C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoCompleteTextBox Class / Delay Property

In This Topic
Delay Property (C1AutoCompleteTextBox)
In This Topic
Gets or sets the delay that occurs between the key strokes and the text changed event.
Syntax
'Declaration
 
Public Property Delay As TimeSpan
 
Remarks
Setting this delay to something bigger than zero allows skipping unnecessary events when the text box is used in filtering scenarios.
See Also