BaseFieldControl.TabIndex property

Gets or sets the position of the BaseFieldControl in the tab order of controls on the page.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

public virtual short TabIndex { get; set; }

Property value

Type: System.Int16
An Int16 that represents the position of the BaseFieldControl in the tab order of controls on the page. The default is 0, which means that the control has no tab order.

See also

Reference

BaseFieldControl class

BaseFieldControl members

Microsoft.SharePoint.WebControls namespace