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