Back to Devexpress

SettingsBase.TabIndex Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-settingsbase-32537269.md

latest1.4 KB
Original Source

SettingsBase.TabIndex Property

Gets or sets the tab index of the control element of the web page.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public short TabIndex { get; set; }
vb
Public Property TabIndex As Short

Property Value

TypeDescription
Int16

An integer value specifying the tab index.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TabIndex
MVCxFormLayoutItem

.NestedExtensionSettings .TabIndex

|

Remarks

When you press the Tab key, the order in which the controls elements receive focus within a web page is specified by the TabIndex property of each control element.

See Also

SettingsBase Class

SettingsBase Members

DevExpress.Web.Mvc Namespace