Back to Devexpress

TaskFinishDateMovedEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-gantt-dot-taskfinishdatemovedeventargs-94d3e877.md

latest1.2 KB
Original Source

TaskFinishDateMovedEventArgs.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

TaskFinishDateMovedEventArgs Class

TaskFinishDateMovedEventArgs Members

DevExpress.Xpf.Gantt Namespace