ItemsSourceViewTItem Property
Retrieves the item at the specified index.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public T this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As T
Get
abstract Item : 'T with get
override Item : 'T with get
- index Int32
- The index.
TThe item.
IReadOnlyListTItemInt32