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

TaskDependencyModificationEventArgs.PredecessorTask Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public GanttControlTask PredecessorTask { get; }

Property Value

Type Description
DevExpress.XtraGantt.Scheduling.GanttControlTask

An object that specifies a task.

See Also