1
votes
votes
1 answers
WPF Property Binding And/Or and Non Bool Types
Is it possible to bind to a property using logical operators? Take for instance my earlier question of binding to the IsEnabled property of a button. I was using... [code] <Button Name="btnUpdate" Content="Update" ...
