Windows.UI.Xaml.Controls.ContentDialog.PrimaryButtonText

June 22, 2022 · View on GitHub

-description

Gets or sets the text to display on the primary button.

-xaml-syntax

<ContentDialog PrimaryButtonText="string"/>

-property-value

The text to display on the primary button. To hide this button, set the text to null or string.empty. The default is empty.

-remarks

-examples

-see-also

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-property-value
  4. 4-remarks
  5. 5-examples
  6. 6-see-also