Inherit DataGridViewColumn

Jason_deBono

Member
Joined
Jan 30, 2008
Messages
5
Programming Experience
3-5
I'm Inheriting a DataGridViewColumn and I wish to make 2 new properties.
The Problem is that these Properties are being displayed and I can change them in code but when I change them from the IU the value is not working well. The Values are not being saved.
 
Back
Top