TextBoxClearSelectionOnLostFocus Property
Gets or sets a value that determines whether the TextBox clears its selection after it loses focus.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool ClearSelectionOnLostFocus { get; set; }
Public Property ClearSelectionOnLostFocus As Boolean
Get
Set
member ClearSelectionOnLostFocus : bool with get, set
Property Value
Boolean