Item Property
Return the item at the specified index
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public Object this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Object
Get
member Item : Object with get
Parameters
- Int32
- Index of the item we want to retrieve
Return Value
Object
The item at the specified index