Click here to Skip to main content
15,881,740 members
Articles / Desktop Programming / WPF

Bindable Converter, Converter Parameter and StringFormat

Rate me:
Please Sign up or sign in to vote.
4.87/5 (12 votes)
18 Sep 2012CPOL5 min read 77K   1.5K   20  
How to work around that Binding's Converter, ConvertParameter and StringFormat cannot be specified as dynamic Bindings.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
9 Sep 2013Stephan Ehret
This is an alternative for "Bindable Converter Parameter"
Please Sign up or sign in to vote.
2 Jul 2013ntg123 2 alternatives  
A simple technique to achieve Bindable-ConverterParameter in WPF's XAML.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Sweden Sweden
Henrik Jonsson is a Microsoft Professional Certified Windows Developer (MCPD) that currently works as an IT consultant in Västerås, Sweden.

Henrik has worked in several small and large software development projects in various roles such as architect, developer, CM and tester.

He regularly reads The Code Project articles to keep updated about .NET development and get new ideas. He has contributed with articles presenting some useful libraries for Undo/Redo, Dynamic Linq Sorting and a Silverlight 5 MultiBinding solution.

Comments and Discussions