AutoCompleteBoxIsTextCompletionEnabled Property
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.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsTextCompletionEnabled { get; set; }
Public Property IsTextCompletionEnabled As Boolean
Get
Set
member IsTextCompletionEnabled : bool with get, set
Property Value
Boolean
True if the first possible match found will be displayed
automatically in the text box; otherwise, false. The default is
false.