Skip to main content
A newer version of this page is available. .

PredecessorLinkEditedEventArgs.Cancel Property

Gets or sets whether the applied changes must be canceled.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v19.2.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

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

Remarks

You set the Cancel property to true to undo the changes applied to the edited predecessor link (connector).

See Also