all groups > dotnet windows forms designtime > march 2006 >
You're in the

dotnet windows forms designtime

group:

Control custom property



Control custom property Andy
3/30/2006 9:57:30 AM
dotnet windows forms designtime: Hi all,

I'm creating my own DataGridViewColumn class, and have added a string
property to it which should be settable via the Property designer.
I've gotten the property to show up, but even if i set a value, the
code generated sets the property to null, not the value I typed.

Any ideas?
Thanks
Re: Control custom property Vijay
3/30/2006 12:21:01 PM
The generated code will show null only when if you have not initalized the
property in the DataGridViewColumn Class..., other than that.. what ever
you set should be available at run time.. are you seeing it at runtime ??

VJ

[quoted text, click to view]

AddThis Social Bookmark Button