Skip to main content
All docs
V25.1
  • NodeEditStartingArgs.Cancel Property

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

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    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