Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Controls
TreeDataGridItemsSourceView
Methods
GetAt(Int32)
Menu
On this page
GetAt(Int32) Method
Definition
Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.TreeDataGrid.dll
View source
Retrieves the item at the specified index.
public object? GetAt(int index)
Parameters
index
Int32
The index.
Returns
Object
The item.