Skip to main content

IsTabStopProperty Field

Defines the IsTabStop attached property.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static readonly AttachedProperty<bool> IsTabStopProperty
View Source

Field Value

AttachedProperty(Boolean)

Remarks

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

See Also

Reference

KeyboardNavigation Class
Avalonia.Input Namespace