Skip to main content

TaskDependencyModificationEventArgs.OriginalSuccessorTask Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttControlTask OriginalSuccessorTask { get; }

Property Value

Type Description
DevExpress.XtraGantt.Scheduling.GanttControlTask

An object that specifies a task.

See Also