WPF - Keep menu item enabled even when command's canExecute returns false

119 Views Asked by At

By default menu items are disabled when it's command's canExecute returns false. Is it possible to override this behavior? I need to keep menu item enabled even if canExecute is returning false without touching canExecute. Setting isEnabled to true for menu item did not work.

0

There are 0 best solutions below