KeyboardNavigationIsTabStopProperty Field

Defines the IsTabStop attached property.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly AttachedProperty<bool> IsTabStopProperty

Field Value

AttachedPropertyBoolean

Remarks

The IsTabStop attached property determines whether the control is focusable by tab navigation.

See Also