GetAt(Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Retrieves the item at the specified index.

public T? GetAt(int index)

Parameters

index
Int32

The index.

Returns

{T}
The item.