TaskDependencyModificationEventArgs.SuccessorNode Property
In This Article
Gets the processed dependency’s current (during the operation) successor node.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public GanttControlNode SuccessorNode { get; }
#Property Value
Type | Description |
---|---|
Gantt |
An object that specifies a node. |
See Also