RenderingTemplateContainer.DisplayIndex property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayIndex As Integer
Get
'Usage
Dim instance As RenderingTemplateContainer
Dim value As Integer
value = instance.DisplayIndex
public int DisplayIndex { get; }
Property value
Type: System.Int32
Implements
IDataItemContainer.DisplayIndex
See also
Reference
RenderingTemplateContainer class