Skip to main content

IsTextCompletionEnabled 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)

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

Reference

AutoCompleteBox Class
Avalonia.Controls Namespace