T
Todd
I'm using a PropertyGrid to edit certain objects within
my application. I'd like to be able to change how the
name of certain properties are displayed:
MyObject.MyProperty displays in the PropertyGrid as "My
Property", or "whee fun property" for that matter.
Are there any class attributes that can do this, or do I
have to implement ICustomTypeDescriptor?
I know how I can implement the interface, but am looking
for an easier way out.
Thanks,
Todd.
my application. I'd like to be able to change how the
name of certain properties are displayed:
MyObject.MyProperty displays in the PropertyGrid as "My
Property", or "whee fun property" for that matter.
Are there any class attributes that can do this, or do I
have to implement ICustomTypeDescriptor?
I know how I can implement the interface, but am looking
for an easier way out.
Thanks,
Todd.