A full functinal treeview control for ASP.Net.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DefaultEventAttribute("SelectedNodeChanged"), _ ToolboxDataAttribute("<{0}:ASTreeView runat=server></{0}:ASTreeView>"), _ SupportsEventValidationAttribute> Public Class ASTreeView Inherits WebControl Implements INamingContainer, IPostBackDataHandler |
| C# |
|---|
| [DefaultEventAttribute("SelectedNodeChanged")] [ToolboxDataAttribute("<{0}:ASTreeView runat=server></{0}:ASTreeView>")] [SupportsEventValidationAttribute] public class ASTreeView : WebControl, INamingContainer, IPostBackDataHandler |
| C++ |
|---|
| [DefaultEventAttribute(L"SelectedNodeChanged")] [ToolboxDataAttribute(L"<{0}:ASTreeView runat=server></{0}:ASTreeView>")] [SupportsEventValidationAttribute] ref class ASTreeView : WebControl, INamingContainer, IPostBackDataHandler |
| J# |
|---|
| /** @attribute DefaultEventAttribute("SelectedNodeChanged") */ /** @attribute ToolboxDataAttribute("<{0}:ASTreeView runat=server></{0}:ASTreeView>") */ /** @attribute SupportsEventValidationAttribute() */ public class ASTreeView extends WebControl implements INamingContainer, IPostBackDataHandler |
| JScript |
|---|
| public DefaultEventAttribute("SelectedNodeChanged") ToolboxDataAttribute("<{0}:ASTreeView runat=server></{0}:ASTreeView>") SupportsEventValidationAttribute class ASTreeView extends WebControl, INamingContainer, IPostBackDataHandler |
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Geekees.Common.Controls.ASTreeView
Geekees.Common.Controls.ASDropDownTreeView
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Geekees.Common.Controls.ASTreeView
Geekees.Common.Controls.ASDropDownTreeView
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.