I\'m reading the code in here. I find that private ITreeModel _model; in TreeList.cs:
private ITreeModel _model;
namespace Aga.Controls.Tree { public class TreeList: L
That _model should contain an instance of a class that implements that ITreeModel interface (or it's null).
_model
ITreeModel
null