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.LagFormat Property

Specifies lag time units.

#Declaration

Delphi
property LagFormat: TdxGanttControlTaskPredecessorLagFormat read; write;

#Property Value

Type Description
TdxGanttControlTaskPredecessorLagFormat

Enumerates lag time measurement units.

#Remarks

Use this property to set units for a task delay time. A lag is expressed as follows:

  • In work time units. The control uses work hours to calculate a delay (5 hours, 5 days, 50%, and so on).
  • In elapsed time units. The control uses calendar days (including holidays and weekends) in delay calculation. A user should add the ‘e’ prefix before a measurement unit (5 ehours, 5 edays, 50e%, and so on).

Refer to the TdxGanttControlTaskPredecessorLagFormat type for details.

See Also