The Bind method is used to bind the TreeView to the Model. Note that the MVC TreeView can only be bound to hierarchal data sources, and as such, a Model object passed to the Bind method must support the IHierarchicalEnumerable interface or IHierarchicalNodeProvider interface.
This demo show use Norwind sample database and binding the TreeView to category and production data.