Skip to main content

MinimumPopulateDelay Property

Gets or sets the minimum delay, after text is typed in the text box before the AutoCompleteBox control populates the list of possible matches in the drop-down.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public TimeSpan MinimumPopulateDelay { get; set; }

Property Value

TimeSpan
The minimum delay, after text is typed in the text box, but before the AutoCompleteBox populates the list of possible matches in the drop-down. The default is 0.

See Also

Reference

AutoCompleteBox Class
Avalonia.Controls Namespace