public override object Clone() { TextAndImageCell c = base.Clone() as TextAndImageCell; c.imageValue = imageValue; c.imageSize = imageSize; return(c); }
public ControlIconTextColumn() { CellTemplate = new TextAndImageCell(); }