Back to Devexpress

ThemedWindow.DialogButtonCommandResult Property

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-31814cb0.md

latest1.1 KB
Original Source

ThemedWindow.DialogButtonCommandResult Property

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public UICommand DialogButtonCommandResult { get; }
vb
Public ReadOnly Property DialogButtonCommandResult As UICommand

Property Value

TypeDescription
UICommand

The clicked button’s UICommand value.

|

See Also

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace