ItemsSourceViewGetAt Method

Retrieves the item at the specified index.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Object? GetAt(
	int index
)

Parameters

index  Int32
The index.

Return Value

Object
The item.

See Also