c# - PropertyGrid readonly property on object-level - Stack Overflow I want to display multiple instances of one class in my PropertyGrid. The class looks like this: public class Parameter { [Description("the name")] public string Name { get; set; } [ https://stackoverflow.com/questions/10481940/propertygrid-readonly-property-on-object-level
c# - Dynamically set readonly attribute of properties in a PropertyGrid - Stack Overflow I have a PropertyGrid that I used to display the properties in a helper class. I assign the helper class to the PropertyGrid like this: myPropertyGrid.SelectedObject = mySettingsHelper; In the he... https://stackoverflow.com/questions/19640823/dynamically-set-readonly-attribute-of-properties-in-a-propertygrid