Skip to main content
All docs
V25.1
  • Manage Dependencies

    Run Demo: Data Binding and Editing

    Add a Dependency

    The dependency type specifies which edges (right or left) are the dependency’s start and end points. To add a dependency between two tasks, move the mouse pointer over the preceding task’s edge (marked with a circle) and drag the connector to the edge of the next task.

    For example, the following image shows a “Finish-To-Start” dependency between tasks:

    Gantt - "Finish-To-Start" Dependency

    Related API:

    Delete a Dependency

    Right-click a dependency and select the “Delete Dependency” context menu item.

    Gantt - Delete Dependency

    The Gantt control displays a delete confirmation message when you want to remove a dependency.

    Gantt - Delete Confirmation Message

    Related API:

    See Also