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

Gets the HierarchyNode with the specified node name.

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

public HierarchyNode this[
	string name
] { get; }
/** @property */
public HierarchyNode get_Item(
	String name
)

Field Value

UnifoChart.Hierarchy.HierarchyNode
See Also