[]
        
(Showing Draft Content)

C1.Blazor.Input.C1AutoCompleteTextBox.Delay

Delay Property

Delay

Gets or sets the delay that occurs between the key strokes and the text changed event.

Declaration
[Parameter]
public TimeSpan Delay { get; set; }
Remarks

Setting this delay to something bigger than zero allows skipping unnecessary events when the text box is used in filtering scenarios.