Skip to main content
A newer version of this page is available. .
All docs
V21.2

NodeEditStartingArgs.Cancel Property

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public bool Cancel { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also