Back to Devexpress

TaskDependencyModificationEventArgs.PredecessorTask Property

windowsforms-devexpress-dot-xtragantt-dot-taskdependencymodificationeventargs-1f0a3659.md

latest1.2 KB
Original Source

TaskDependencyModificationEventArgs.PredecessorTask Property

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
DevExpress.XtraGantt.Scheduling.GanttControlTask

An object that specifies a task.

|

See Also

TaskDependencyModificationEventArgs Class

TaskDependencyModificationEventArgs Members

DevExpress.XtraGantt Namespace