Hi,
Is it possible to enable or disable a property present on the PropertyGrid based on the boolean value of another property.
For example,
I have two properties namely HasText and Text present in the PropertyGrid.
If Hastext == true, then the user should be able to modify the Text property using the PropertyGrid.
Otherwise the user should not be given access to change value of Text property.
Thanks in advance
Is it possible to enable or disable a property present on the PropertyGrid based on the boolean value of another property.
For example,
I have two properties namely HasText and Text present in the PropertyGrid.
If Hastext == true, then the user should be able to modify the Text property using the PropertyGrid.
Otherwise the user should not be given access to change value of Text property.
Thanks in advance