-
In the XAML below I want to pass the Example project attached.
Converter:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have to bind to RelativeSource=Self instead of ".". "." references to the current DataContext instead of an UI element. |
Beta Was this translation helpful? Give feedback.
You have to bind to RelativeSource=Self instead of ".". "." references to the current DataContext instead of an UI element.