exposing more than one property through extender provider

P

Paul

Hi folks,

As always help is appreciated.


I'm implementing an extender provider, but would like to extend a few
properties, not just one. Any idea on how to do this without writing a new
extender component for each property?

Also, the property extended shows up in the misc. section of the controls in
my container's property page. Any idea how to group it under a specific
category? I've tried using the category attribute before the class name, as
you would use it before a property name with a normal property, but no
luck.

Thanks in advance
Paul
 
J

Jon

For additional properties, add more than one ProvidePropertyAttribute the extender class.

Place the attributes for the extender property on the Get<property> method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top