DataGridCollectionView.

this[int] Property

Summary

Return the item at the specified index
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public object this[int index] { get; }

Parameters

Name Type Description
index int

Value

Type Description
object