Property CheckedLeaves
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
CheckedLeaves
Gets all leaves (= items without children) in the tree view that are selected.
public IEnumerable<TreeViewItem> CheckedLeaves { get; }