New to Kendo UI for Angular? Start a free 30-day trial

GanttTask

Represents an instance of a Gantt task.

NameTypeDefaultDescription

completionRatio?

number

The completion ratio of the task. A value between 0 and 1 representing the completed portion of the task. Defaults to 0.

end

Date

The date at which the Gantt task ends.

id

string | number

The unique identifier of the task.

start

Date

The date at which the Gantt task starts.

title?

string

The title of the task which is displayed by the Gantt component. Defaults to "".

In this article

Not finding the help you need?