NewTaskDrawnEventArgs.Cancel Property
Gets or sets whether the applied changes must be canceled.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to undo the applied changes; otherwise, false. The default is false. |
Remarks
Set the Cancel property to true to delete the newly drawn task.
See Also