Infragistics2.Shared.v8.1
GetItem Method
See Also 
Infragistics.Shared Namespace > DisposableObjectCollectionBase Class : GetItem Method

index
index of the object to retrieve.
Virtual method that returns the object at the specified index

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetItem( _
   ByVal index As Integer _
) As Object
C# 
public virtual object GetItem( 
   int index
)

Parameters

index
index of the object to retrieve.

Return Value

The object at the index

See Also