Constructor TreeControlRootItem
TreeControlRootItem(ITreeControlItemContainer?)
Initializes a new instance of the TreeControlItem class with the specified owner. Use this constructor only for the root items.
public TreeControlRootItem(ITreeControlItemContainer? owner = null)
Parameters
owner
ITreeControlItemContainerThe owner of the item.