AutoCompleteBoxMinimumPopulateDelay 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) Version: 11.3.999
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