DataGridCollectionView.

GetItemAt(int) Method

Summary

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

Syntax

public object GetItemAt(int index)

Parameters

Name Type Description
index int Index of the item we want to retrieve

Return Value

Type Description
object Item at specified index