riganti / dotvvm

Open source MVVM framework for Web Apps
https://www.dotvvm.com
Apache License 2.0
743 stars 97 forks source link

Fix and maybe optimize CopyProperty for inherited properties #1850

Closed exyi closed 4 weeks ago

exyi commented 1 month ago

CopyProperty used the HasBinding method which only checks if the current control has that property set.

Apart from fixing that behavior, the new implementation limits the number of executed GetValue calls and is IBinding checks.

See https://forum.dotvvm.com/t/bp-gridviewtemplatecolumn-how-to-filter/230/4 for some context