New to Kendo UI for Angular? Start a free 30-day trial
GanttTaskModelFields
Defines the model fields that will be used for creating GanttTask
instances.
All task fields can be set to point to nested property values - e.g.
'category.id'
.
Name | Type | Default | Description |
---|---|---|---|
children? |
| ||
completionRatio? |
|
The name of the percent complete model field.
Defaults to | |
end? |
|
The name of the end date model field.
Defaults to | |
id? |
|
The name of the | |
start? |
|
The name of the start date model field.
Defaults to | |
title? |
|
The name of the title model field.
Used as text in the task content area.
Defaults to |