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.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TimeSpan MinimumPopulateDelay { get; set; }
Public Property MinimumPopulateDelay As TimeSpan
Get
Set
member MinimumPopulateDelay : TimeSpan with get, set
Property Value
TimeSpanThe 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.