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)
- C#
- VB
- F#
public TimeSpan MinimumPopulateDelay { get; set; }
Public Property MinimumPopulateDelay As TimeSpan
Get
Set
member MinimumPopulateDelay : TimeSpan with 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.