Back to Devexpress

DXDialog Constructors

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

latest1.3 KB
Original Source

DXDialog Constructors

A dialog that is visually consistent with other controls that use DevExpress visual themes.

NameParametersDescription
DXDialog()noneInitializes a new instance of the DXDialog class with default settings.
DXDialog(String, DialogButtons, Boolean)title, dialogButtons, setButtonHandlersInitializes a new instance of the DXDialog class with the specified settings.
DXDialog(String, DialogButtons)title, dialogButtonsInitializes a new instance of the DXDialog class with the specified title and dialog buttons.
DXDialog(String)titleInitializes a new instance of the DXDialog class with the specified title.

See Also

DXDialog Class

DXDialog Members

DevExpress.Xpf.Core Namespace