ClearSelectionOnLostFocus Property
Gets or sets a value that determines whether the TextBox clears its selection after it loses focus.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool ClearSelectionOnLostFocus { get; set; }
Public Property ClearSelectionOnLostFocus As Boolean
Get
Set
member ClearSelectionOnLostFocus : bool with get, set