DataGridCollectionViewItem Property
Return the item at the specified index
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public Object this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Object
Get
member Item : Object with get
- index Int32
- Index of the item we want to retrieve
ObjectThe item at the specified index