c# - How to show or hide properties dynamically in the PropertyGrid? -


i using propertygrid configuring objects. need able hide or show properties depending on values of other properties. how can achieved? know browsable attribute, works @ compile time.

take icustomtypedescriptor interface.

further informations on how use can found in article:


Comments