08-14-2012 03:27 AM
Hi all,
I have a custom datagridviewcell of type PropertyEditor. I would like to convert it as a windows forms control, similar to this:
Control ctrl = (Control)cellValue;
where cellValue is of type PropertyEditor.
Thx