Skip to main content

MessageBoxCommand.IsDefault Property

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

public bool IsDefault { get; set; }

#Property Value

Type Description
Boolean

true if the command is the default command; otherwise, false.

See Also