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)
- C#
- VB
- F#
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.