ItemsSourceView.

this[int] Property

Summary

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

Syntax

public object? this[int index] { get; }

Parameters

Name Type Description
index int

Value

Type Description
object?