Utility class that helps in visualizing an IHierarchy<(Of <(<'T>)>)> in a TreeView's TreeNodeCollection.

Namespace: yWorks.yFiles.UI
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class HierarchyTreeView<T>
where T : class
Visual Basic
Public Class HierarchyTreeView(Of T As Class)

Type Parameters

T
The type of the items in the hierarchy.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI..::..HierarchyTreeView<(Of <(<'T>)>)>

See Also