SiteMapNode.HasChildNodes Property
.NET Framework 3.0
Gets a value indicating whether the current SiteMapNode has any child nodes.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: