Item Property
Retrieves the item at the specified index.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
Parameters
- Int32
- The index.
Return Value
T
The item.