Back to Devexpress

TdxGanttControlTaskPredecessorLink Class

vcl-dxganttcontroltasks-0ea7e102.md

latest3.0 KB
Original Source

TdxGanttControlTaskPredecessorLink Class

A task dependency in the VCL Gantt Control.

Declaration

delphi
TdxGanttControlTaskPredecessorLink = class(
    TdxGanttControlModelElementListItem
)

Remarks

Dependencies specify relationships between tasks. This allows a user to define when a task should begin or end in relation to another task.

A task that depends on another task’s completion is a successor task. A task that defines when dependent task should start or finish is a predecessor task. A single task can have one dependency or more.

TdxGanttControlTaskPredecessorLink members allow you to do the following:

The following API members in a dependency collection reference a TdxGanttControlTaskPredecessorLink class instance:

Inheritance

TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlModelElement TdxGanttControlModelOwnedElement TdxGanttControlModelElementListItem TdxGanttControlTaskPredecessorLink

See Also

TdxGanttControlTaskPredecessorLink Members

dxGanttControlTasks Unit