MessageBoxCommand.IsDefault Property
In This Article
Gets or sets whether the MessageBoxCommand is the default command. The default command is focused when the message box is displayed. When you click the Enter
or Space
key, the default command is executed.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also