I have some CLR type "MyType". Is it possible to pass the typeof(MyType) result as the Binding.ConverterParameter via XAML?
{Binding Converter={StaticResource myConverter}, **ConverterParameter=???**}
You're looking for the {x:Type MyType}
markup extension.
Note that you'll need to import an XML namespace for the type.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With