DataGridCollectionViewGetItemAt Method
Retrieve item at the given zero-based index in this DataGridCollectionView, after the source collection
is filtered, sorted, and paged.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public Object GetItemAt(
int index
)
Public Function GetItemAt (
index As Integer
) As Object
member GetItemAt :
index : int -> Object
- index Int32
- Index of the item we want to retrieve
ObjectItem at specified index