Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All


I would like to know (and to do) if it's possible to add multiple UIeditors in property attribute?
How?

Is it possible to add checkbox to property category attribute? How
Posted
Updated 2-Jul-13 2:37am
v2

You can place multiple EditorAttributes on the property, but the property sheet will only pick the last one that it finds I believe. It only allows multiple for inheritance purposes, so there is no way to tell it which one to choose at design time.

And no, you can't add a checkbox to the category attribute, its simply a name displayed in the property grid at design time.

If you are trying to extend the property grid in the VS editor, then you are pretty stuck, but if you are showing the property grid at runtime, then you can use a different property grid control, like

Telerik[^]

DevComponents[^

VisualHint[^]

Or make/customize your own[^]
 
Share this answer
 
Hi,
you can use telrik rad property grid but what is the need of using multiple property editors. In single editor u can add no of properties which u want. u can add custom properties if u need.

Thanks
Anil
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900