Skip to main content
A newer version of this page is available. .

UICommand.IsCancel Property

Gets or sets a value that indicates whether the dialog button is the cancel button.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public bool IsCancel { get; set; }

Property Value

Type Description
Boolean

true, if the dialog button is the cancel button; otherwise, false.

See Also