Multi-Select in PropertyGrid

Hello;

I am using a PropertyGrid and have as one of the sources of data is an enum. The grid works fine but I want to be able to allow the user to select more than one value from the dropdown created in the propertygrid.

Is this built-in functionality implemented by the propertygrid? If so, how is it enabled? If not, what recommendations do you have to get this to work?

Thank you,

Rob Bazinet

[436 byte] By [RobBazinet] at [2008-1-7]
# 1

For that you have to implement an Editor for that property

For that you have to do two main things

Implment an UITypeEditor for the property

Set the attribute editor for your property to your editor.

For more information plz refer UITypeEditor in MSDN

MuthuKrishnan.R at 2007-10-2 > top of Msdn Tech,Windows Forms,Windows Forms General...