Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public short TabIndex { get; set; }

Property Value

Type Description
Int16

An integer value specifying the tab index.

Property Paths

You can access this nested property as listed below:

Object Type Path to TabIndex
MVCxFormLayoutItem
PivotGridSettings
ReportToolbarExtension
.Settings .TabIndex
ReportViewerExtension
.Settings .TabIndex
SchedulerSettings
SchedulerStorageControlSettings

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