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
View source
Retrieves the item at the specified index.
public object? this[int index] { get; }
Parameters
index
Int32
The index.
Returns
Object
The item.