Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGantt.InsertDependency(data) Method

Inserts a new dependency.

Declaration

InsertDependency(
    data: any
): void

Parameters

Name Type Description
data any

The dependency data.

Remarks

The keys should have the same format as used in the data source fields.

clientGantt.InsertDependency({ ParentID: "1", DependentID: "2", Type: 0});

Concepts

See Also