TextBoxAcceptsTab Property

Gets or sets a value that determins whether the TextBox allows and displays tabs

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool AcceptsTab { get; set; }

Property Value

Boolean

See Also