GetAt(Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Retrieves the item at the specified index.

public object? GetAt(int index)

Parameters

index
Int32

The index.

Returns

Object
The item.