Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlTaskPredecessorLink.Type Property

Specifies a dependency type for tasks.

#Declaration

Delphi
property &Type: TdxGanttControlTaskPredecessorLinkType read; write;

#Property Value

Type Description
TdxGanttControlTaskPredecessorLinkType

Enumerates dependency types.

#Remarks

Use this property to specify relationships between predecessors and successors. The control supports the following dependencies:

  • FF (Finish-to-Finish)
  • FS (Finish-to-Start)
  • SF (Start-to-Finish)
  • SS (Start-to-Start)

Refer to the TdxGanttControlTaskPredecessorLinkType type description for details.

The Type property’s default value is FS.

See Also