TdxGanttControlTaskPredecessorLink.Task Property
Returns a successor task.
Declaration
property Task: TdxGanttControlTask read;
Property Value
Type |
---|
TdxGanttControlTask |
Remarks
A successor task follows a predecessor task. A dependency type between these tasks specifies when a successor should start or be completed.
Use this property to access the successor task’s settings.
See Also