Nevron.Examples.Framework.WebForm Namespace / NTreeView Class
Members


NTreeView Class
Object Model
NTreeView Class
Syntax
'Declaration
 
<System.Web.UI.ControlValuePropertyAttribute("SelectedValue")>
<System.ComponentModel.DefaultEventAttribute("SelectedNodeChanged")>
<System.ComponentModel.DesignerAttribute("System.Web.UI.Design.WebControls.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<System.Web.UI.SupportsEventValidationAttribute()>
<System.ComponentModel.DefaultPropertyAttribute("DataSourceID")>
<System.Web.UI.ParseChildrenAttribute(True)>
<System.Web.UI.PersistChildrenAttribute(False)>
<System.Web.UI.ThemeableAttribute(True)>
<System.ComponentModel.BindableAttribute(True)>
<System.ComponentModel.DesignerCategoryAttribute("Code")>
<System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<System.ComponentModel.ToolboxItemFilterAttribute("System.Web.UI", ToolboxItemFilterType.Require)>
<System.ComponentModel.ToolboxItemAttribute("System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Class NTreeView 
   Inherits System.Web.UI.WebControls.TreeView
 
'Usage
 
Dim instance As NTreeView
Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.BaseDataBoundControl
            System.Web.UI.WebControls.HierarchicalDataBoundControl
               System.Web.UI.WebControls.TreeView
                  Nevron.Examples.Framework.WebForm.NTreeView

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also