Table of Contents

Method GetItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetItem(int)

Gets item with the specified index. This methods is called from all other methods that request the item.

public virtual object? GetItem(int index)

Parameters

index int

Item index.

Returns

object