Skip to main content
A newer version of this page is available. .

TaskDependencyModificationCancelEventArgs.Cancel Property

Allows you to cancel the operation.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel the operation; otherwise, false.

See Also