Skip to main content

MessageBoxCommand.IsCancel Property

Gets or sets whether the MessageBoxCommand is the cancel command. The cancel command is executed when you click the Esc key.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public bool IsCancel { get; set; }

#Property Value

Type Description
Boolean

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

See Also