New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Assignments

The following article describes the Telerik.Web.UI.Gantt.Assignment object. An assignment can be associated with RadGantt Task and Resource.

Assignment Properties

The table below demonstrates some general properties of the Assignment object.

NameTypeDescription
IDobjectGets or sets Assignment ID.
ResourceIDobjectGets or sets pointer to a Resource using its ID.
TaskIDobjectGets or sets pointer to a GanttTask using its ID.
UnitsobjectGets or sets the proportion of the Resource that is dedicated to current GanttTask.

Assignment Methods

The table below demonstrates the public methods of the Assignment object.

NameParametersReturn typeDescription
GetDatanoneSystem.Collections.Specialized.IOrderedDictionaryReturns Assignment data as an Ordered dictionary.
LoadFromDictionarySystem.Collections.IDictionaryvoidLoads Assignment data from a Dictionary.

See Also