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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowDialogWindow() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also