ItemsSourceView.

GetAt(int) Method

Summary

Retrieves the item at the specified index.
Namespace
Avalonia.Controls
Containing Type
ItemsSourceView

Syntax

public object? GetAt(int index)

Parameters

Name Type Description
index int The index.

Return Value

Type Description
object? The item.