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
- Data
Grid Collection View
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 |