I am using the Microsoft PropertyGrid and I have 2 Categories with 6 Properties: Category \"B开发者_如何学C\"
I have a PropertyGrid with 2 Categories: \"Customer Test 1\" and \"Customer Test 2\" If I have only ONE CategoryAttribute in the BrowseableAttributes ONE Category is shown.
I am designing something similar a PropertyGrid where I want to show properties of objects. For special reasons I am not going to use the PropertyGrid but create my own.
I am using a property grid to edit, amongst other things, a collection of items: The default behavior for a collection provides a + button to edit each member of the array.
I have class with multiple properties. Sometimes a property (A) may be edited in a propertygrid. But sometimes property A may n开发者_开发百科ot be edited. This depends on a value of another property.
I know I can do this by writing custom type descriptors etc., however given how simple this requirement is; am I missing an easy way of doing it.
I wish to hide most property when the “Enabled” property is set to false on my object.I can do this with a custom TypeConverter (subclass of ExpandableObjectConverter) by overriding GetPropert开发者
i need to group the properties in property gr开发者_JS百科id with out using categoryDecorate the property with the CategoryAttribute, and specify the name of the category in which you want the propert
I\'ve a class which I set as source object to a property grid. The values are coming from a value list:
Is there a Delphi equivalent to C#\'s PropertyGrid? I want to implement something similar to the开发者_如何学Go Object Inspector in RAD Studio.Delphi has TValueListEditor, but it\'s extremely simple,