[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.Item

this Property

this[int]

Gets or sets the item at the specified index.

Declaration
public object? this[int index] { get; set; }
Parameters
Type Name Description
int index

The index of the items.

Implements