Back to Devexpress

ThemedWindow.CloseDialog(UICommand) Method

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-dot-closedialog-x28-devexpress-dot-mvvm-dot-uicommand-x29.md

latest1.0 KB
Original Source

ThemedWindow.CloseDialog(UICommand) Method

Closes a dialog and returns the UICommand.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void CloseDialog(
    UICommand result
)
vb
Public Sub CloseDialog(
    result As UICommand
)

Parameters

NameTypeDescription
resultUICommand

A required UICommand value.

|

See Also

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace