AvaloniaListTItem Property

Gets or sets the item at the specified index.

Definition

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

Parameters

index  Int32
The index.

Return Value

T
The item.

Implements

IAvaloniaListTItemInt32
IListTItemInt32
IReadOnlyListTItemInt32

See Also