MessageBoxCommand.Command Property
In This Article
Gets the command that is invoked when a user clicks a message box button that is associated with this MessageBoxCommand instance.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | The command that is invoked when a user clicks a message box button that is associated with this Message |
See Also