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.v22.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public UICommand DialogButtonCommandResult { get; }

Property Value

Type Description
UICommand

The clicked button’s UICommand value.

See Also