[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public object this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Object
Parameters
Type Name Description
int index

The zero-based index of the element to get.

Property Value
Type Description
object

The element at the specified index.