Table of Contents

Constructor TreeView

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

TreeView()

Initializes a new instance of the TreeView class.

public TreeView()

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.