Basic Library for WinRT
Item Property (C1CollectionView)

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback