I'm using MVVM approach described here.
To control a button behaviour I use ICommand binding with CanExecute flag. Everything works.
But how can I control disabled button style (background color and text color) in XAML?
I'm using MVVM approach described here.
To control a button behaviour I use ICommand binding with CanExecute flag. Everything works.
But how can I control disabled button style (background color and text color) in XAML?