Reputation: 1147
I need to programatically close the dialog with either primary or secondary button action from another button in the content dialog.
Upvotes: 6
Views: 1860
Reputation: 1353
you need to call Hide method to close the contentDialog from your button
Upvotes: 8