Item[Int32] Property

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Retrieves the item at the specified index.

public object? this[int index] { get; }

Parameters

index
Int32

The index.

Returns

Object
The item.