Indicates whether the hierarchical data node that the System.Web.UI.IHierarchyData object represents has any child nodes.
Documentation for this section has not yet been entered.
The IHierarchyData.HasChildren property is a convenience property that enables callers to avoid checking the return value of the IHierarchyData.GetChildren method for null. If the IHierarchyData.HasChildren property returns true, call the IHierarchyData.GetChildren method to retrieve an System.Web.UI.IHierarchicalEnumerable collection of child nodes.