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
No _model is an interface reference to instance of a class object which implements ITreeModel