SiteMapNode::IHierarchyData::HasChildren Property
.NET Framework (current version)
Gets a value that indicates whether the current SiteMapNode object has any child nodes. For a description of this member, see IHierarchyData::HasChildren.
Assembly: System.Web (in System.Web.dll)
private: property bool HasChildren { virtual bool get() sealed = IHierarchyData::HasChildren::get; }
Implements
IHierarchyData::HasChildrenThe IHierarchyData::HasChildren property delegates to the HasChildNodes property.
This member is an explicit interface member implementation. It can be used only when the SiteMapNode instance is cast to an IHierarchyData interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: