Back to Devexpress

TaskMovedEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-gantt-dot-taskmovedeventargs-6cd7544e.md

latest1.1 KB
Original Source

TaskMovedEventArgs.Cancel Property

Gets or sets whether the applied changes must be canceled.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

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

Property Value

TypeDescription
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

TaskMovedEventArgs Class

TaskMovedEventArgs Members

DevExpress.Xpf.Gantt Namespace