New to Kendo UI for AngularStart a free 30-day trial

Represents the dependency type when you connect two tasks.

The supported values are:

  • FF—from 'finish' to 'finish'
  • FS—from 'finish' to 'start'
  • SS—from 'start' to 'start'
  • SF—from 'start' to 'finish'

Definition

Package:@progress/kendo-angular-gantt

Values

Specifies that task B can't finish before task A finishes.

Specifies that task B can't start before task A finishes.

Specifies that task A can't finish before task B starts.

Specifies that task B can't start before task A starts.

In this article
DefinitionValuesFFFSSFSS
Not finding the help you need?
Contact Support