Is there a control that I could use for notifications/alerts? Also is there a way to incorporate buttons within them to action on?
Hello Somanna,
Thank you for posting to Infragistics Community!
I believe the xamDialogWindow is the control from the Ultimate UI for WPF suite you are looking for.
As its content is completely customizable, action buttons could easily be incorporated.
I can suggest checking out the following sample available within the Infragistics WPF Samples browser that comes with the product installation – xamDialogWindow -> Display -> Showing the dialog. By clicking on the “Show Message Box dialog” you will be able to see a similar dialog with action buttons within and check out how it is constructed in the “Code behind” section.
If you require any further assistance on the matter, please let me know.
Best regards, Bozhidara Pachilova Associate Software Developer
Hi Bozhidara,
Thanks for your reply. I had a look at xamDialogWindow. That is more a replacement for a MessageBox. I was looking for a control similar to Toast notifications. In Infragistics Winforms library we had a UltraDesktopAlert.
Thanks,
Som