A concrete subclass of HierarchyView<(Of <(<'T>)>)> for INodes.

Namespace: yWorks.yFiles.UI
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class NodeHierarchyView : HierarchyView<INode>
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class NodeHierarchyView _
	Inherits HierarchyView(Of INode)

Remarks

This view can be used to display the hierarchic structure of the Nodes of a possibly groupedIGraph.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              yWorks.yFiles.UI..::..HierarchyView<(Of <(<'INode>)>)>
                yWorks.yFiles.UI..::..NodeHierarchyView

See Also