Back to Devexpress

TaskDependencyModificationCancelEventArgs.Allow Property

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

latest1.2 KB
Original Source

TaskDependencyModificationCancelEventArgs.Allow Property

Gets or sets whether users are allowed to modify the dependency.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
Boolean

true , users are allowed to modify the dependency; otherwise, false.

|

See Also

TaskDependencyModificationCancelEventArgs Class

TaskDependencyModificationCancelEventArgs Members

DevExpress.XtraGantt Namespace