Back to Devexpress

CustomTaskSchedulingEventArgs.Cancel Property

windowsforms-devexpress-dot-xtragantt-dot-customtaskschedulingeventargs-623d1045.md

latest1.2 KB
Original Source

CustomTaskSchedulingEventArgs.Cancel Property

Gets or sets whether to cancel rescheduling the processed task and all dependent tasks.

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 rescheduling the processed task and all dependent tasks; otherwise, false.

|

See Also

CustomTaskSchedulingEventArgs Class

CustomTaskSchedulingEventArgs Members

DevExpress.XtraGantt Namespace