ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / LookupItemList Class / Item Property
An index of LookupItem.

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

    Parameters

    index
    An index of LookupItem.

    Property Value

    A LookupItem.
    See Also