Top "Propertydescriptor" questions

PropertyGrid readonly property on object-level

I want to display multiple instances of one class in my PropertyGrid. The class looks like this: public class Parameter { […

c# .net propertygrid propertydescriptor readonly-attribute
Get the default PropertyDescriptors for a type

I'm customizing how an object type is displayed in a PropertyGrid by implementing ICustomTypeDescriptor. I'm allowing the user to create …

c# propertygrid propertyinfo propertydescriptor