SiteMapNode::HasChildNodes Property
.NET Framework (current version)
Gets a value indicating whether the current SiteMapNode has any child nodes.
Assembly: System.Web (in System.Web.dll)
This property is a convenience property that calls the ChildNodes property internally, so it will not perform better than if you call the ChildNodes property yourself and check to see if it is empty.
.NET Framework
Available since 2.0
Available since 2.0
Show: