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.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsTextCompletionEnabled { 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.

See Also