Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
How can I bind a command to ultraButton
posted

In the WPF button, we can bind a command to the button. Can I bind a command to ultraButton? If yes how?

  • 12773
    Suggested Answer
    posted

    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,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.