ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / Item Property
The zero-based index of the element to get.

In This Topic
    Item Property (ClientCollectionView)
    In This Topic
    Gets the element at the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Object
    public System.object this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The zero-based index of the element to get.

    Property Value

    The element at the specified index.
    See Also