WPF Button IsEnable property databind
How to databind the Button IsEnable property. My ultimate goal is enable or disable a button through the viewmodel base on a condition. Can someone give me a quick example how to databind this through xaml to the view model