Summary
Return the item at the specified index
- Namespace
- Avalonia
.Collections - Containing Type
- Data
Grid Collection View
Syntax
public object this[int index] { get; }
Parameters
Name | Type | Description |
---|---|---|
index | int |
Value
Type | Description |
---|---|
object |