DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / Item Property
The index of the items.

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

    Parameters

    index
    The index of the items.
    See Also