ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / TreeView Constructor
The html helper
The selector

In This Topic
    TreeView Constructor
    In This Topic
    Creates one TreeView instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As HtmlHelper, _
       Optional ByVal selector As String _
    )
    public TreeView( 
       HtmlHelper helper,
       string selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also