Top "Propertygrid" questions

.NET control for providing a UI that allows the properties of one or more objects to be viewed and edited.

Readonly PropertyGrid

I'm using a PropertyGrid in an application I am writing to allow users to view and sometimes edit instances of …

c# propertygrid readonly icustomtypedescriptor
How to show Drop down control in Property Grid?

I am adding the Property grid control in my project. I have to show the Drop down box in one …

winforms propertygrid
Is it possible to mark a property shown in a property grid as a password field

I'm using C# and have a windows form containing a property grid control. I have assigned the SelectedObject of the …

c# passwords attributes propertygrid
Default built-in editors for the PropertyGrid control

I can't seem to find the answer to this anywhere. What default editors/converters are building into 3.5 Framework PropertyGrid control. …

c# editor propertygrid