Back to Devexpress

TaskDependencyModificationEventArgs.OriginalSuccessorTask Property

windowsforms-devexpress-dot-xtragantt-dot-taskdependencymodificationeventargs-9680675e.md

latest1.2 KB
Original Source

TaskDependencyModificationEventArgs.OriginalSuccessorTask Property

Gets the processed dependency’s original (before the operation) successor task.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
DevExpress.XtraGantt.Scheduling.GanttControlTask

An object that specifies a task.

|

See Also

TaskDependencyModificationEventArgs Class

TaskDependencyModificationEventArgs Members

DevExpress.XtraGantt Namespace