Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Controls
TreeDataGridItemsSourceView
Properties
Item[Int32]
Menu
On this page
Item[Int32] Property
Definition
Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.TreeDataGrid.dll
Implements
Item[Int32]
View source
Retrieves the item at the specified index.
public T this[int index] { get; }
Parameters
index
Int32
The index.
Returns
{T}
The item.