DataSource for Entity Framework in WPF
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 Integer _
    ) As Object
    public object this[ 
       int index
    ]; {get;}

    Parameters

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

    Property Value

    The element at the specified index.
    See Also