Hi,
I have a class object that users will edit its properties inside a property grid.
I'm looking to have an "advanced" mode, that when enabled, will show ALL properties in the property grid, and when disabled it will only show properties with the Browsable attribute set to true.
Is this possible without redefining each property in PropertyDefinitions?
I have a class object that users will edit its properties inside a property grid.
I'm looking to have an "advanced" mode, that when enabled, will show ALL properties in the property grid, and when disabled it will only show properties with the Browsable attribute set to true.
Is this possible without redefining each property in PropertyDefinitions?