UIElement.TabIndex Property

Definition

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

C#
public int TabIndex { get; set; }

Property Value

Int32

A value that determines the order of logical navigation for a device. The default value is MaxValue with the tab order based on declaration order in the XAML or child collections.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also