Tuesday, February 10, 2004

GotDotNet User Sample: Display readable property name in PropertyGrid control

GotDotNet User Sample: Display readable property name in PropertyGrid control

"If you need to display a custom readable property name in PropertyGrid control you have to implement ICustomTypeDescriptor interface, inherit PropertyDescriptor class, create custom attribute, and use it with your object. Given example shows how to do it..."

Nice short example...

No comments: