Bind Boolean And Visibility DPs To Relational Operators/Conditions In WPF/XAML

All code and samples can be downloaded from this link. While working on a WPF/XAML application, if you have needed to enable/disable or show/hide a control based on a conditional logic using relational operators (e.g: =, !=, >, >=, <, <=, .....), this post will help you. I worked on a value converter which enables you to bind boolean and visibility dependency properties to conditional logic using relational operators. Supported...