Posts Tagged WinForms AdvPropertyGrid
March 23, 2011
DotNetBar for Windows Forms Advanced PropertyGrid control provides complete support for ICustomTypeDescriptor interface that you can use to provide completely virtual properties that are shown and edited in property grid. This involves implementing ICustomTypeDescriptor interface on your object and the at least providing list of custom properties returned from GetProperties(Attribute[] attributes) method that you implement […]
+