ItemsSourceViewTItem Property

Retrieves the item at the specified index.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public T this[
	int index
] { get; }

Parameters

index  Int32
The index.

Return Value

T
The item.

Implements

IReadOnlyListTItemInt32

See Also