ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / Item Property
The index.

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

    Parameters

    index
    The index.
    See Also