How to bind a control Boolean property to contrary of Boolean application setting?
For example I want to bind “Visible” property of a button to “!Flag”, that “Flag” is a Boolean field in application settings.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An ApplicationSetting binding doesn’t allow applying any expression to the value. The simple solution is to derive your own control from Button. For example: