Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

See Also