Back to Devexpress

ProgressMovedEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-gantt-dot-progressmovedeventargs-19158a62.md

latest1.1 KB
Original Source

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

ProgressMovedEventArgs Class

ProgressMovedEventArgs Members

DevExpress.Xpf.Gantt Namespace