BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
GridCheckBoxCellRenderer renderer = this.gridControl1.CellRenderers["CheckBox"] as GridCheckBoxCellRenderer;
renderer.CheckBoxSize = new Size(20, 20);
|