Skip to main content

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.v26.1.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.

See Also