Table of Contents

Property TreeViewItems

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

TreeViewItems

Contains each item of the tree view as a TreeViewItem.

public List<TreeViewItem> TreeViewItems { get; set; }

Property Value

List<TreeViewItem>

The items of the tree view as a TreeViewItem.

Remarks

Only applicable if UIBlockType is set to TreeView.

Available from DataMiner 10.0.10 onwards.

See Also