Method GetItem
GetItem(int)
Retrieves the child item at the specified index.
public virtual TreeControlItem? GetItem(int index)
Parameters
index
intThe 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.