ItemsSourceViewItem Property

Retrieves the item at the specified index.

Definition

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

Parameters

index  Int32
The index.

Return Value

Object
The item.

Implements

IReadOnlyListTItemInt32

See Also