Skip to main content

Item Property

Retrieves the item at the specified index.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public T this[
int index
] { get; }

Parameters

  Int32
The index.

Return Value

T
The item.

Implements

IReadOnlyList(T).Item(Int32)

See Also

Reference

ItemsSourceView(T) Class
Avalonia.Controls Namespace