Skip to main content

TdxGanttControlTaskPredecessorLink.LagFormat Property

Specifies lag time units.

Declaration

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