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

Telerik.Web.UI.GanttResourceCollection

Inheritance Hierarchy

Methods

get_count

Returns the number of resources in the collection.

Parameters

Returns

Number The number of the gantt resources.

getResource

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

Parameters

index Number

The index of the resource that should be returned.

Returns

Telerik.Web.UI.GanttResource The resource at the specified index.

indexOf

Gets the index of a resource.

Parameters

resource Telerik.Web.UI.GanttResource

The resource to get the index of.

Returns

Number The index of the resource.

toArray

Returns the collection represented as an array.

Parameters

Returns

Array The collection represented as an array.

In this article