Back to Devexpress

DXDialogWindow.ShowDialogWindow() Method

wpf-devexpress-dot-xpf-dot-core-dot-dxdialogwindow-ab2fb3b5.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public UICommand ShowDialogWindow()
vb
Public Function ShowDialogWindow As UICommand

Returns

TypeDescription
UICommand

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

|

See Also

DXDialogWindow Class

DXDialogWindow Members

DevExpress.Xpf.Core Namespace