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

TaskDependencyModificationEventArgs.OriginalSuccessorTask Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttControlTask OriginalSuccessorTask { get; }

Property Value

Type Description
GanttControlTask

An object that specifies a task.

See Also