Example #1
0
 public XRTreeListDataHelper(XRTreeList treeList) : base(treeList)
 {
     this.treeList = treeList;
     nodeTable     = new Hashtable();
 }
 public XRTreeListNode(XRTreeList treeList)
     : base(treeList)
 {
     Nodes      = new XRTreeListNodeCollection(this);
     ParentNode = null;
 }
 public XRTreeListColumnCollection(XRTreeList control) : base(control)
 {
 }
 public XRTreeListRuntimePresenter(XRTreeList treeList) : base(treeList)
 {
 }
 public XRTreeListDesignTimePresenter(XRTreeList treeList) : base(treeList)
 {
 }
Example #6
0
 public XRTreeListDesignerDataActionList(XRComponentDesigner componentDesigner, XRTreeList treeList)
     : base(componentDesigner)
 {
     this.treeList = treeList;
 }