HierarchyNode 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. | |
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