A control that displays information in a hierarchical way with expandable nodes.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<ToolboxBitmapAttribute()>
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.TreeViewPlus", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.TreeViewPlus.release.js")>
<ToolboxDataAttribute("<{0}:TreeViewPlus runat="server" Width="200px" Height="200px" BackColor="#ffffff" Font-Names="Verdana" Font-Size="8pt" ForeColor="#000000"> </{0}:TreeViewPlus>")>
Public Class TreeViewPlus
Inherits CompositeControl
Implements ITreeViewPlusNodeContainer |
C# | |
---|
[ToolboxBitmapAttribute()]
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.TreeViewPlus", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.TreeViewPlus.release.js")]
[ToolboxDataAttribute("<{0}:TreeViewPlus runat="server" Width="200px" Height="200px" BackColor="#ffffff" Font-Names="Verdana" Font-Size="8pt" ForeColor="#000000"> </{0}:TreeViewPlus>")]
public class TreeViewPlus : CompositeControl, ITreeViewPlusNodeContainer |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also