DataGridCollectionViewItem Property

Return the item at the specified index

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public Object this[
	int index
] { get; }

Parameters

index  Int32
Index of the item we want to retrieve

Return Value

Object
The item at the specified index

See Also