Skip to main content
A newer version of this page is available. .

DXDialogWindow Constructors

A themed dialog window.
Name Parameters Description
DXDialogWindow() none Initializes a new instance of the DXDialogWindow class with the default settings.
DXDialogWindow(String, IEnumerable<UICommand>) title, commands Initializes a new instance of the DXDialogWindow class with the specified settings.
DXDialogWindow(String, MessageBoxButton, Nullable<MessageBoxResult>, Nullable<MessageBoxResult>) title, dialogButtons, defaultButton, cancelButton Initializes a new instance of the DXDialogWindow class with the specified settings.
DXDialogWindow(String) title Initializes a new instance of the DXDialogWindow class with the specified title.
See Also