New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Resources
Updated over 6 months ago
The following article describes the Telerik.Web.UI.Gantt.Resource object.
Resource Properties
The table below demonstrates some general properties of the Resource object.
| Name | Type | Description |
|---|---|---|
| Color | System.Drawing.Color | Gets or sets Resource color. |
| ID | object | Gets or sets Resource ID. |
| Text | string | Gets or sets Resource text. |
Resource Methods
The table below demonstrates the public methods of the Resource object.
| Name | Parameters | Return type | Description |
|---|---|---|---|
| GetData | none | System.Collections.Specialized.IOrderedDictionary | Returns Resource data as an Ordered dictionary. |
| LoadFromDictionary | System.Collections.IDictionary | void | Loads Resource data from a Dictionary. |