HierarchyNode Members
Include Protected Members
Include Inherited Members
Represents a hierarchical node in the grid.
The HierarchyNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HierarchyNode | Initializes a new instance of the HierarchyNode class, based on the specified data row. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Children | Gets or sets this node’s children. |
![]() |
Parent | Gets or sets the parent node of this node. |
![]() |
Row | Gets or sets the data row of this node. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddChild | Adds a child to the hierarchy node. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top