VirtualizingLayoutContext.

GetItemAt(int) Method

Summary

Retrieves the data item in the source found at the specified index.
Namespace
Avalonia.Layout
Containing Type
VirtualizingLayoutContext

Syntax

public object GetItemAt(int index)

Parameters

Name Type Description
index int The index of the data item to retrieve.

Return Value

Type Description
object