Back to Devexpress

TaskDependencyModificationEventArgs.SuccessorTask Property

windowsforms-devexpress-dot-xtragantt-dot-taskdependencymodificationeventargs-b63dea20.md

latest1.2 KB
Original Source

TaskDependencyModificationEventArgs.SuccessorTask Property

Gets the processed dependency’s current (during the operation) successor task.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public GanttControlTask SuccessorTask { get; }
vb
Public ReadOnly Property SuccessorTask As GanttControlTask

Property Value

TypeDescription
DevExpress.XtraGantt.Scheduling.GanttControlTask

An object that specifies a task.

|

See Also

TaskDependencyModificationEventArgs Class

TaskDependencyModificationEventArgs Members

DevExpress.XtraGantt Namespace