Back to Devexpress

WinUIDialogWindow Constructors

wpf-devexpress-dot-xpf-dot-windowsui-dot-winuidialogwindow-dot-ctor.md

latest1.6 KB
Original Source

WinUIDialogWindow Constructors

A Windows Modern-styled dialog window.

NameParametersDescription
WinUIDialogWindow()noneInitializes a new instance of the WinUIDialogWindow class with the default settings.
WinUIDialogWindow(String, IEnumerable<UICommand>)title, commandsInitializes a new instance of the WinUIDialogWindow class with the specified settings.
WinUIDialogWindow(String, MessageBoxButton, Nullable<MessageBoxResult>, Nullable<MessageBoxResult>)title, dialogButtons, defaultButton, cancelButtonInitializes a new instance of the WinUIDialogWindow class with the specified settings.
WinUIDialogWindow(String)titleInitializes a new instance of the WinUIDialogWindow class with the specified title.

See Also

WinUIDialogWindow Class

WinUIDialogWindow Members

DevExpress.Xpf.WindowsUI Namespace