views:

208

answers:

0

I have a custom datagridview column with some extra properties that, in order to improve performance, need to be set only when the column type changes.

It's not possible to override the ValueType property and I can't see any relevent events for a datagridviewcolumn.

Is there a workaround?