How do I set the default PropertyDescriptor?
1 answer
No, you cannot. However, you can implement ICustomTypeDescriptor
or (more simply) inherit from CustomTypeDescriptor
.
If your objects are contained in a collection, you can do an assembly instead ITypedList
.
+1
source to share