Constructor TreeViewRootItem
TreeViewRootItem(ITreeViewItemContainer?)
Initializes a new instance of the TreeViewItem class with the specified owner. Use this constructor only for the root items.
public TreeViewRootItem(ITreeViewItemContainer? owner = null)
Parameters
ownerITreeViewItemContainerThe owner of the item.