"how to pass to the converter parameter something that is not hard coded" Code Answer

2

the answer is straight-forward, but not what you want to hear.

you can only target a binding at dependencyproperty on a dependencyobject. binding does not inherit from do, so you can't binding the converter parameter.

if you want other state passed into a converter, you may have to subclass the desired obect and add new properties

By toomanyredirects on September 16 2022

Answers related to “how to pass to the converter parameter something that is not hard coded”

Only authorized users can answer the Search term. Please sign in first, or register a free account.