.NET control for providing a UI that allows the properties of one or more objects to be viewed and edited.
I am trying to incorporate a property grid control with a class that has a list/collection of another class …
c# .net propertygrid collectioneditorI have a property grid displaying a list, for example of a class Person [TypeConverter(typeof(ExpandableObjectConverter))] public class Person { …
c# winforms propertygridI want to create a property grid like this: Ext JS Property Grid demo However I don't want to use …
jquery grid propertygridI have a class with a string property, having both a getter and a setter, that is often so long …
.net attributes propertygridI want to avoid placing an EditorAttribute on every instance of a certain type that I've written a custom UITypeEditor …
c# .net propertygrid uitypeeditorI am using a PropertyGrid for configuring objects. I need to be able to hide or show some properties depending …
c# .net winforms propertygridI have a property grid that will have a few properties referenced. I would like to have one of the …
c# .net winforms user-interface propertygridOnly the ConvertTo method gets called(a lot of times) when accessing the propertygrid. This correctly returns the "Foo!" string …
c# .net propertygrid typeconverterAt the moment I have an object of type A which is being viewed by the PropertyGrid. However, one of …
c# view propertygrid expandI'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