New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GanttDependencyCollection

Inheritance Hierarchy

Methods

add

Adds a dependency to the collection.

Parameters

dependency Telerik.Web.UI.GanttDependency

The dependency to add.

Returns

None

remove

Removes a dependency from the collection.

Parameters

dependency Telerik.Web.UI.GanttDependency

The dependency to remove.

Returns

None

get_count

Returns the number of dependencies in the collection.

Parameters

Returns

Number The number of the dependencies.

getDependency

Gets the dependency from the collection residing at the index specified by the parameter.

Parameters

index Number

The index of the dependency that should be returned.

Returns

Telerik.Web.UI.GanttDependency The dependency at the specified index.

indexOf

Gets the index of a dependency.

Parameters

dependency Telerik.Web.UI.GanttDependency

The dependency to get the index of.

Returns

Number The index of the dependency.

toArray

Returns the collection represented as an array.

Parameters

Returns

Array The collection represented as an array.

In this article