System.Web.UI.IHierarchyData: Property Members

The properties of System.Web.UI.IHierarchyData are listed below. For a list of all members, see the IHierarchyData Members list.

Public Properties

[read-only]
HasChildrenbool.

Indicates whether the hierarchical data node that the System.Web.UI.IHierarchyData object represents has any child nodes.

[read-only]
Itemobject.

Gets the hierarchical data node that the System.Web.UI.IHierarchyData object represents.

[read-only]
Pathstring.

Gets the hierarchical path of the node.

[read-only]
Typestring.

Gets the name of the type of object contained in the IHierarchyData.Item property.