Exemplo n.º 1
0
        public override object Clone()
        {
            TextAndImageCell c = base.Clone() as TextAndImageCell;

            c.imageValue = imageValue;
            c.imageSize  = imageSize;
            return(c);
        }
Exemplo n.º 2
0
 public ControlIconTextColumn()
 {
     CellTemplate = new TextAndImageCell();
 }