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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
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