Back to Devexpress

TaskDependencyModificationCancelEventArgs.Cancel Property

windowsforms-devexpress-dot-xtragantt-dot-taskdependencymodificationcanceleventargs-e969356a.md

latest1.2 KB
Original Source

TaskDependencyModificationCancelEventArgs.Cancel Property

Allows you to cancel the operation.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
Boolean

true , to cancel the operation; otherwise, false.

|

See Also

TaskDependencyModificationCancelEventArgs Class

TaskDependencyModificationCancelEventArgs Members

DevExpress.XtraGantt Namespace