Skip to main content
A newer version of this page is available. .

DXDialogWindow.ShowDialogWindow() Method

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

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public UICommand ShowDialogWindow()

Returns

Type Description
UICommand

An object of the UICommand type that is the command corresponding to the button the end-user clicked.

See Also