Summary
When implemented in a derived class, retrieves the data item in the source found at the
specified index.
- Namespace
- Avalonia
.Layout - Containing Type
- Virtualizing
Layout Context
Syntax
protected abstract object GetItemAtCore(int index)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index of the data item to retrieve. |
Return Value
Type | Description |
---|---|
object |