Skip to main content

Unbound Mode

In Unbound Mode, the ASPxTreeView control is not bound to any data source, and you can populate it with nodes manually. Unbound mode implies that the DataSourceID property is set to null.

Nodes can be manually created at design time via the Nodes Editor or directly in aspx file.

At runtime, you can create nodes via the TreeViewNodeCollection.Add methods.

Concepts