HierarchyNode TreeNodes Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

TreeNode(s) having a specific name or tag.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public List<TreeNode> TreeNodes { get; }
/** @property */
public List<TreeNode> get_TreeNodes()

Field Value

List of System.Windows.Forms.TreeNode Items
See Also