CollectionView.GetItemAt(Int32) Method

Definition

Retrieves the item at the specified zero-based index in the view.

public virtual object GetItemAt (int index);

Parameters

index
Int32

The zero-based index of the item to retrieve.

Returns

The item at the specified zero-based index in the view.

Exceptions

index is less than 0.

Remarks

This method evaluates the index with any SortDescriptions or Filter property values that are set on the view.

If the underlying collection is of type IEnumerable, this is an O(N) operation.

Notes to Inheritors

When deriving from CollectionView, override this method to provide a more efficient implementation.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9