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'.

NameTypeDefaultDescription

children?

string

completionRatio?

string

The name of the percent complete model field. Defaults to "completionRatio".

end?

string

The name of the end date model field. Defaults to "end".

id?

string

The name of the ID model field. Defaults to "id".

start?

string

The name of the start date model field. Defaults to "start".

title?

string

The name of the title model field. Used as text in the task content area. Defaults to "title".

In this article

Not finding the help you need?