Indicates whether the hierarchical data node that the IHierarchyData object represents has any child nodes.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual bool HasChildren { get; }
Visual Basic
Public Overridable ReadOnly Property HasChildren As Boolean
	Get

Field Value

Return Value

Implements

IHierarchyData..::..HasChildren

Remarks