Table of Contents

Method GetItemAt

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

GetItemAt(int)

Retrieve item at the given zero-based index in this CollectionView.

public override object GetItemAt(int index)

Parameters

index int

Returns

object

Remarks

The index is evaluated with any SortDescriptions or Filter being set on this CollectionView.

Exceptions

ArgumentOutOfRangeException

Thrown if index is out of range