Constructor TreeViewItem
- Namespace
- Skyline.DataMiner.Net.AutomationUI.Objects
- Assembly
- SLNetTypes.dll
TreeViewItem(string, string, List<TreeViewItem>)
Initializes a new instance of the TreeViewItem class.
public TreeViewItem(string displayValue, string keyValue, List<TreeViewItem> childItems = null)
Parameters
displayValuestringThe display value.
keyValuestringThe key value.
childItemsList<TreeViewItem>The child items.
TreeViewItem(string, string, bool, List<TreeViewItem>)
Initializes a new instance of the TreeViewItem class.
public TreeViewItem(string displayValue, string keyValue, bool isChecked, List<TreeViewItem> childItems = null)
Parameters
displayValuestringThe display value.
keyValuestringThe key value.
isCheckedboolIndication of whether the item is selected by default.
childItemsList<TreeViewItem>The child items.