Skip to main content

ThemedWindow.DialogButtonCommandResult Property

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

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public UICommand DialogButtonCommandResult { get; }

Property Value

Type Description
UICommand

The clicked button’s UICommand value.

See Also