summaryP:DotNetNuke.UI.WebControls.TreeNode.TreeNodes

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

Syntax

C#
[BrowsableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public TreeNodeCollection TreeNodes { get; }
Visual Basic
<BrowsableAttribute(true)> 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> 
Public ReadOnly Property TreeNodes As TreeNodeCollection
	Get

See Also