Windows.UI.Xaml.Controls.ContentDialog.SecondaryButtonText
June 22, 2022 · View on GitHub
-description
Gets or sets the text to be displayed on the secondary button.
-xaml-syntax
<ContentDialog SecondaryButtonText="string"/>
-property-value
The text to be displayed on the secondary button. To hide this button, set the value to null or string.empty.