RadiantQ jQuery Gantt Package
How to get all dependencies of an activity?
Previous Topic  Next Topic 

How to get all dependencies of an activity?


Use the "GetDependenciesByActivity" method in Dependencies collection which will return all the dependencies of the specified activity, where the activity is both a successor and predecessor of the dependency.


// Gets an array of dependencies for the specified activity.

var deps = ganttControl.Model.Dependencies.GetDependenciesByActivity(activity);




















� RadiantQ 2022. All Rights Reserved.