Back to Devexpress

NodeEditStartingArgs.Cancel Property

corelibraries-devexpress-dot-mvvm-dot-xpf-dot-nodeeditstartingargs.md

latest1.2 KB
Original Source

NodeEditStartingArgs.Cancel Property

Gets or sets whether to cancel the start of the edit operation.

Namespace : DevExpress.Mvvm.Xpf

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to cancel the start of the edit operation; otherwise, false.

|

See Also

NodeEditStartingArgs Class

NodeEditStartingArgs Members

DevExpress.Mvvm.Xpf Namespace