ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / BindingArrayList Class / Item Property

In This Topic
    Item Property (BindingArrayList)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Object
    public override System.object this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also