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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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