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

Resources

The following article describes the Telerik.Web.UI.Gantt.Resource object.

Resource Properties

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

NameTypeDescription
ColorSystem.Drawing.ColorGets or sets Resource color.
IDobjectGets or sets Resource ID.
TextstringGets or sets Resource text.

Resource Methods

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

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

See Also