I have a requirement to create a behavior in blend 3.0 for binding.
Following are the use cases
- User will drag and drop the binding behavior to any control.
- He will select the properties and data sources which they want to bind through property dialog of binding behavior.
- When the program executed the custom class created for binding will create binding programmatically.
How to implement above requirements in blend 3.0
Any helps are appreciated