Item[Int32] Property

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll
Implements Item[Int32]

Retrieves the item at the specified index.

public T this[int index] { get; }

Parameters

index
Int32

The index.

Returns

{T}
The item.