Exemplo n.º 1
0
 public MyCustomLabelActionList(XRComponentDesigner componentDesigner)
     : base(componentDesigner)
 {
 }
Exemplo n.º 2
0
 public XRDataContainerDesignerDataActionList(XRComponentDesigner componentDesigner)
     : base(componentDesigner)
 {
     this.control = this.Component as XRDataContainerControl;
 }
Exemplo n.º 3
0
 public XRTreeListDesignerDataActionList(XRComponentDesigner componentDesigner, XRTreeList treeList)
     : base(componentDesigner)
 {
     this.treeList = treeList;
 }
Exemplo n.º 4
0
 public XRTreeListColumnActionList(XRComponentDesigner componentDesigner)
     : base(componentDesigner)
 {
 }
 public XRGridColumnActionList(XRComponentDesigner componentDesigner)
     : base(componentDesigner)
 {
 }