DataGridCollectionViewGetItemAt 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) Version: 11.3.999
public Object GetItemAt(
	int index
)

Parameters

index  Int32
Index of the item we want to retrieve

Return Value

Object
Item at specified index

Exceptions

ArgumentOutOfRangeException Thrown if index is out of range

See Also