Back to Devexpress

UICommand.IsCancel Property

corelibraries-devexpress-dot-mvvm-dot-uicommand-bd8eb199.md

latest1.1 KB
Original Source

UICommand.IsCancel Property

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

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public bool IsCancel { get; set; }
vb
Public Property IsCancel As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace