Hi All,
Can we customize to add some more button controls into the header of xamDialogWindow?
Thanks
Han
Thansk your reply.
Currently I can use header template but I'd like to make a custom control that inherited from XamDialogWindows and I add button into header in code. My developers just use this custom control and no need to custom each form to add button.
Hi,
The XamDialogWindow does not have a built-in way to add more buttons. If you want to add more buttons you can use the HeaderTemplate or retemplate (and extend) the control.
Regards