CustomTaskSchedulingEventArgs.Cancel Property
In This Article
Gets or sets whether to cancel rescheduling the processed task and all dependent tasks.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to cancel rescheduling the processed task and all dependent tasks; otherwise, false. |
See Also