Description Properties

Posted by Admin on 05-May-2010 06:33

Hi all,

My question concerns 10.2B. I've created a custom control, inheriting from an infragistics control and added some properties to it. When I use this control on a form or open it in the Designer, these new properties show up in the property sheet.

How to add a property description to show up in the property sheet??

All Replies

Posted by Admin on 05-May-2010 13:51

How to add a property description to show up in the property sheet??

Not using simple methods. You can implement ICustomTypeDescriptor for the class. I haven't used it for the description attribute of properties yet - but it works for the ReadOnly and Browsable Attribute (the latter one is used to hide a property from the property grid). I have no doubt it works for the Description attribute as well.

Posted by Admin on 06-May-2010 01:16

Thanks, but can you write an example, please???

This thread is closed