The members of System.Web.UI.IHierarchyData are listed below.
[read-only] | HasChildren | bool.
![]() Indicates whether the hierarchical data node that the System.Web.UI.IHierarchyData object represents has any child nodes. |
[read-only] | Item | object.
![]() Gets the hierarchical data node that the System.Web.UI.IHierarchyData object represents. |
[read-only] | Path | string.
![]() Gets the hierarchical path of the node. |
[read-only] | Type | string.
![]() Gets the name of the type of object contained in the IHierarchyData.Item property. |
GetChildren()
| ||
GetParent()
|