ICommand vs IValueConverter
I am new to WPF. I am currently developing an application in WPF where I
had to enable/disable a button based on a value from database. I found
solutions on the net to do so using Command as well as Converters. So
which one is a better solution and why?
No comments:
Post a Comment