Skip to main content

Item Property

Return the item at the specified index

Definition

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

public Object this[
int index
] { get; }

Parameters

  Int32
Index of the item we want to retrieve

Return Value

Object
The item at the specified index

See Also

Reference

DataGridCollectionView Class
Avalonia.Collections Namespace