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

    Gets or sets whether the applied changes must be canceled.

    Namespace: DevExpress.Xpf.Gantt

    Assembly: DevExpress.Xpf.Gantt.v25.1.dll

    NuGet Package: DevExpress.Wpf.Gantt

    Declaration

    public bool Cancel { get; set; }

    Property Value

    Type Description
    Boolean

    true, to undo the applied changes; otherwise, false. The default is false.

    Remarks

    Set the Cancel property to true to undo the changes made by an end user.

    See Also