Method GetItemAt
GetItemAt(int)
Retrieve item at the given zero-based index in this CollectionView.
public override object GetItemAt(int index)
Parameters
index
int
Returns
Remarks
The index is evaluated with any SortDescriptions or Filter being set on this CollectionView.
Exceptions
- ArgumentOutOfRangeException
Thrown if index is out of range