GanttResourcesSettingsTagHelper
Example
Razor
<resources>
<datasource></datasource>
</resources>
ChildTags
| Tag Name | Details |
|---|---|
| datasource | DataSourceTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| bind-to | IEnumerable<Object> | Sets the data for the datasource |
| datacolorfield | String | The field of the resource data item which contains the resource color. |
| dataformatfield | String | The field of the resource data item containing the format of the resource value, which could be assigned to a gantt task. The data item format value could be any valid kendo format. |
| datasource-id | String | The ID/Name of the DataSource tag helper |
| datatextfield | String | The field of the resource data item which represents the resource text. |
| field | String | The field of the gantt task which contains the assigned resource objects. |