Constructor TreeView
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
TreeView(IEnumerable<TreeViewItem>)
Initializes a new instance of the TreeView class.
public TreeView(IEnumerable<TreeViewItem> treeViewItems)
Parameters
treeViewItems
IEnumerable<TreeViewItem>Root nodes of the tree view.