ComponentOne ASP.NET MVC Controls
TreeView
Working with Controls > TreeView

The TreeView control displays a hierarchical list which may contain text, check boxes, images, or arbitrary HTML content. A treeview is typically used to display the headings in a document, the entries in an index, the files and directories on a disk, or any other kind of information that might usefully be displayed as a hierarchy. The TreeView control manages data through nodes that can be selected, edited, and used to display simple text, images, and other elements such as check boxes.

Following are the properties required to create a tree:

Apart from these properties, TreeView also offers properties for binding node images, check boxes, and collapsed state to the itemSource array. For more information, see Features.

See Also

Reference