Hi
More details, hope it will be more understandable:
- I click on one of the text components of my databand
- in the property panel I click on "Condition" and I define a condition (for example: if location = "CH" then text component in yellow)
- I click OK to close the condition window
- the condition "flag" is then visible for all the text components of the databand, not only the one that I have selected
- then, when I select all those text components, I can see that condition property in the panel contains
Code: Select all
System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor+MultiMergeCollection
But I selected only 1 component, so why is my condition applied to all??