ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface / Item Property

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

    Parameters

    index
    See Also