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

Telerik.Web.UI.GanttAssignment

Inheritance Hierarchy

Methods

get_id

Gets the id of the assignment.

Parameters

Returns

String The value of the ID property.

get_taskId

Gets the id of the task.

Parameters

Returns

String The value of the TaskID property.

get_resourceId

Gets the id of the resource.

Parameters

Returns

String The value of the ResourceID property.

get_units

Gets the assigned units of the corresponding resource.

Parameters

Returns

Number The value of the Units property.

set_units

Sets the assigned units of the corresponding resource.

Parameters

value Number

The assigned units of the corresponding resource.

Returns

None

In this article