TextBoxClearSelectionOnLostFocus 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) Version: 11.3.999
public bool ClearSelectionOnLostFocus { get; set; }

Property Value

Boolean

See Also