ComponentOne Basic Library for UWP
Item Property (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : Item Property
The zero-based index of the item in the view.
Gets or sets the item at the specified view index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As System.Object
public System.object this[ 
   System.int index
]; {get; set;}

Parameters

index
The zero-based index of the item in the view.

Property Value

The item at the specified view index.
See Also

Reference

C1CollectionView Class
C1CollectionView Members