Skip to main content

GetItemAt Method

Retrieve item at the given zero-based index in this DataGridCollectionView, after the source collection is filtered, sorted, and paged.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public Object GetItemAt(
int index
)

Parameters

  Int32
Index of the item we want to retrieve

Return Value

Object
Item at specified index

Exceptions

ArgumentOutOfRangeExceptionThrown if index is out of range

See Also

Reference

DataGridCollectionView Class
Avalonia.Collections Namespace