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

ThemedWindow.DialogButtonCommandResult Property

Gets the dialog result when a button with the UICommand property is clicked.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public UICommand DialogButtonCommandResult { get; }

Property Value

Type Description
UICommand

The clicked button’s UICommand value.

See Also