ContentDialog : ContentControl

Implemented for: all platforms supported by Uno Platform

This document lists all properties, methods, and events of ContentDialog that are currently implemented by the Uno Platform. See the WinUI and UWP documentation for detailed usage guidelines which all automatically apply to Uno Platform.

Implemented properties

Property Supported on
DataTemplate TitleTemplate all platforms supported by Uno Platform
object Title all platforms supported by Uno Platform
string SecondaryButtonText all platforms supported by Uno Platform
object SecondaryButtonCommandParameter all platforms supported by Uno Platform
ICommand SecondaryButtonCommand all platforms supported by Uno Platform
string PrimaryButtonText all platforms supported by Uno Platform
object PrimaryButtonCommandParameter all platforms supported by Uno Platform
ICommand PrimaryButtonCommand all platforms supported by Uno Platform
bool IsSecondaryButtonEnabled all platforms supported by Uno Platform
bool IsPrimaryButtonEnabled all platforms supported by Uno Platform
bool FullSizeDesired all platforms supported by Uno Platform
Style SecondaryButtonStyle all platforms supported by Uno Platform
Style PrimaryButtonStyle all platforms supported by Uno Platform
ContentDialogButton DefaultButton all platforms supported by Uno Platform
string CloseButtonText all platforms supported by Uno Platform
Style CloseButtonStyle all platforms supported by Uno Platform
object CloseButtonCommandParameter all platforms supported by Uno Platform
ICommand CloseButtonCommand all platforms supported by Uno Platform
DependencyProperty FullSizeDesiredProperty all platforms supported by Uno Platform
DependencyProperty IsPrimaryButtonEnabledProperty all platforms supported by Uno Platform
DependencyProperty IsSecondaryButtonEnabledProperty all platforms supported by Uno Platform
DependencyProperty PrimaryButtonCommandParameterProperty all platforms supported by Uno Platform
DependencyProperty PrimaryButtonCommandProperty all platforms supported by Uno Platform
DependencyProperty PrimaryButtonTextProperty all platforms supported by Uno Platform
DependencyProperty SecondaryButtonCommandParameterProperty all platforms supported by Uno Platform
DependencyProperty SecondaryButtonCommandProperty all platforms supported by Uno Platform
DependencyProperty SecondaryButtonTextProperty all platforms supported by Uno Platform
DependencyProperty TitleProperty all platforms supported by Uno Platform
DependencyProperty TitleTemplateProperty all platforms supported by Uno Platform
DependencyProperty CloseButtonCommandParameterProperty all platforms supported by Uno Platform
DependencyProperty CloseButtonCommandProperty all platforms supported by Uno Platform
DependencyProperty CloseButtonStyleProperty all platforms supported by Uno Platform
DependencyProperty CloseButtonTextProperty all platforms supported by Uno Platform
DependencyProperty DefaultButtonProperty all platforms supported by Uno Platform
DependencyProperty PrimaryButtonStyleProperty all platforms supported by Uno Platform
DependencyProperty SecondaryButtonStyleProperty all platforms supported by Uno Platform

Implemented methods

Method Supported on
void Hide() all platforms supported by Uno Platform
IAsyncOperation ShowAsync() all platforms supported by Uno Platform
IAsyncOperation ShowAsync(ContentDialogPlacement) all platforms supported by Uno Platform

Implemented events

Event Supported on
TypedEventHandler<ContentDialog, ContentDialogClosedEventArgs> Closed all platforms supported by Uno Platform
TypedEventHandler<ContentDialog, ContentDialogClosingEventArgs> Closing all platforms supported by Uno Platform
TypedEventHandler<ContentDialog, ContentDialogOpenedEventArgs> Opened all platforms supported by Uno Platform
TypedEventHandler<ContentDialog, ContentDialogButtonClickEventArgs> PrimaryButtonClick all platforms supported by Uno Platform
TypedEventHandler<ContentDialog, ContentDialogButtonClickEventArgs> SecondaryButtonClick all platforms supported by Uno Platform
TypedEventHandler<ContentDialog, ContentDialogButtonClickEventArgs> CloseButtonClick all platforms supported by Uno Platform

Below are all properties, methods, and events of ContentDialog that are not currently implemented in Uno.


Last updated Friday, 03 November 2023 16:21.