InputElementTabIndex Property

Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by pressing the Tab key.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public int TabIndex { get; set; }

Property Value

Int32

See Also