HierarchyNode<T> Class

Definition

Represents an item in a hierarchy of T type objects.

generic <typename T>
public ref class HierarchyNode
[System.Serializable]
public class HierarchyNode<T>
type HierarchyNode<'T> = class
Public Class HierarchyNode(Of T)

Type Parameters

T

The type of an item in the node.

Inheritance
HierarchyNode<T>
Attributes

Properties

ChildNodes

Gets the child nodes.

Item

Gets or sets the underlying item.

ParentNode

Gets or sets the parent of this item.

TotalChildNodeCount

Gets the total child node count from this node, down.

Applies to