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