Back to Devexpress

DXDialogWindow.ShowDialog() Method

wpf-devexpress-dot-xpf-dot-core-dot-dxdialogwindow-0ea0bac5.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool? ShowDialog()
vb
<Browsable(False)>
Public Function ShowDialog As Boolean?

Returns

TypeDescription
Nullable<Boolean>

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

|

See Also

DXDialogWindow Class

DXDialogWindow Members

DevExpress.Xpf.Core Namespace