Back to Devexpress

TdxGanttControlTaskPredecessorLink.LagFormat Property

vcl-dxganttcontroltasks-dot-tdxganttcontroltaskpredecessorlink-36f1fd6a.md

latest1.5 KB
Original Source

TdxGanttControlTaskPredecessorLink.LagFormat Property

Specifies lag time units.

Declaration

delphi
property LagFormat: TdxGanttControlTaskPredecessorLagFormat read; write;

Property Value

TypeDescription
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

IsElapsedLagFormat

IsPercentLagFormat

TdxGanttControlTaskPredecessorLink Class

TdxGanttControlTaskPredecessorLink Members

dxGanttControlTasks Unit