Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
TreeDataGridCore
TreeDataGridItemsSourceView
Properties
Item[Int32]
Menu
On this page
Item[Int32] Property
Definition
Namespace
TreeDataGridCore
Assembly
TreeDataGrid.Core.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.