summaryT:DotNetNuke.UI.WebControls.DnnTree

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

Syntax

C#
[DefaultPropertyAttribute("Nodes")]
public class DnnTree : WebControl, IPostBackEventHandler, 
	IPostBackDataHandler, IClientAPICallbackEventHandler
Visual Basic
<DefaultPropertyAttribute("Nodes")> 
Public Class DnnTree
	Inherits WebControl
	Implements IPostBackEventHandler, IPostBackDataHandler, IClientAPICallbackEventHandler

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      DotNetNuke.UI.WebControls..::..DnnTree

See Also