ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class
Members

In This Topic
    TreeView Class
    In This Topic
    Defines a control which displays a hierarchical list which may contain text, checkboxes, images, or arbitrary HTML content.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class TreeView 
       Inherits Control
       Implements ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class TreeView : Control, ITemplate  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.TreeView

    See Also