In the WPF button, we can bind a command to the button. Can I bind a command to ultraButton? If yes how?
Hello, The WPF and WInForms technologies are different you can’t use command binding in WInFOrms in the same way as WPF. But you can simply handle the click event of the UltraButton and execute the command you want. Let me know if this helps.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.