SPCalendarItemContainer.TabIndex property
Gets or sets the integer value indicating a tab index.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TabIndex As Integer
Get
Set
'Usage
Dim instance As SPCalendarItemContainer
Dim value As Integer
value = instance.TabIndex
instance.TabIndex = value
public int TabIndex { get; set; }
Property value
Type: System.Int32