KeyboardNavigationTabOnceActiveElementProperty Field

Defines the TabOnceActiveElement attached property.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly AttachedProperty<IInputElement?> TabOnceActiveElementProperty

Field Value

AttachedPropertyIInputElement

Remarks

When focus enters a container which has its TabNavigationProperty attached property set to Once, this property defines to which child the focus should move.

See Also