Skip to main content

MessageBoxCommand.Command Property

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

public ICommand Command { get; }

#Property Value

Type Description
ICommand

The command that is invoked when a user clicks a message box button that is associated with this MessageBoxCommand instance.

See Also