SiteMapNode.HasChildNodes Property

Definition

Gets a value indicating whether the current SiteMapNode has any child nodes.

public virtual bool HasChildNodes { get; }

Property Value

true if the node has children; otherwise, false.

Remarks

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.

Applies to

See also