DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / Item Property
The index.

In This Topic
    Item Property (C1BindingListDataCollection)
    In This Topic
    Gets the element at the specified index in the read-only list.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public override object this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index.

    Property Value

    The item at the specified position.
    See Also