Back to Devexpress

DXDialogWindow Constructors

wpf-devexpress-dot-xpf-dot-core-dot-dxdialogwindow-dot-ctor.md

latest1.5 KB
Original Source

DXDialogWindow Constructors

A themed dialog window.

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

See Also

DXDialogWindow Class

DXDialogWindow Members

DevExpress.Xpf.Core Namespace