Skip to main content

DXDialogWindow.ShowDialog() Method

Opens a window dialog and returns only when the newly opened window dialog is closed.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public bool? ShowDialog()

Returns

Type Description
Nullable<Boolean>

true, if the user clicks OK (Yes) in the dialog box; false if the user clicks No (Cancel); otherwise null.

See Also