Method GetItem
GetItem(int)
Retrieves the child item at the specified index.
public virtual TreeViewItem? GetItem(int index)
Parameters
indexintThe zero-based index of the child item to retrieve.
Returns
- TreeViewItem
The TreeViewItem at the specified index, or
nullif the index is out of range or there are no child items.