GetItemAt Method
Retrieve item at the given zero-based index in this DataGridCollectionView, after the source collection is filtered, sorted, and paged.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public Object GetItemAt(
int index
)
Public Function GetItemAt (
index As Integer
) As Object
member GetItemAt :
index : int -> Object
Parameters
- Int32
- Index of the item we want to retrieve
Return Value
Object
Item at specified index
Exceptions
ArgumentOutOfRangeException | Thrown if index is out of range |