Summary
Gets or sets a value indicating whether the first possible match
found during the filtering process will be displayed automatically
in the text box.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
Syntax
public bool IsTextCompletionEnabled { get; set; }
Value
Type | Description |
---|---|
bool | True if the first possible match found will be displayed automatically in the text box; otherwise, false. The default is false. |