dotvvm icon indicating copy to clipboard operation
dotvvm copied to clipboard

Fix and maybe optimize CopyProperty for inherited properties

Open exyi opened this issue 1 year ago • 0 comments

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

exyi avatar Aug 28 '24 11:08 exyi