How can Property Descriptor gets values of two controls using same code line?

后端 未结 2 1659
栀梦
栀梦 2021-01-15 04:22

I found this code in one of the project developed by an Ex-Employee for custom gridview with custom controls which works fine but I am not sure what exactly it is doing,

2条回答
  •  长情又很酷
    2021-01-15 04:31

    In view of your most recent edit:

    How can Property Descriptor gets values of two controls using same code line

    It can't. For some reason, the former employee wanted both propertyA and propertyB to be the same or there is a typo, and this is in actual fact a bug of some sort.

提交回复
热议问题