Back to Devexpress

CustomCalcTaskDependencyEventArgs.Handled Property

windowsforms-devexpress-dot-xtragantt-dot-customcalctaskdependencyeventargs-7022e6d0.md

latest1.2 KB
Original Source

CustomCalcTaskDependencyEventArgs.Handled Property

Gets or sets whether the event is handled. Suppresses the default calculation.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
Boolean

true to suppress the default calculation; otherwise, false.

|

See Also

CustomCalcTaskDependencyEventArgs Class

CustomCalcTaskDependencyEventArgs Members

DevExpress.XtraGantt Namespace