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 Object? this[
int index
] { get; }

Parameters

  Int32
The index.

Return Value

Object
The item.

Implements

IReadOnlyList(T).Item(Int32)

See Also

Reference

ItemsSourceView Class
Avalonia.Controls Namespace