Table of Contents

Method GetItem

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

GetItem(int)

Retrieves the child item at the specified index.

public virtual TreeControlItem? GetItem(int index)

Parameters

index int

The zero-based index of the child item to retrieve.

Returns

TreeControlItem

The TreeControlItem at the specified index, or null if the index is out of range or there are no child items.