Summary
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
.Controls - Containing Type
- AutoCompleteBox
Syntax
public TimeSpan MinimumPopulateDelay { get; set; }
Value
Type | Description |
---|---|
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. |