Skip to main content

GanttPredecessorLinkMappings Properties

Provides information on the task dependency properties’ mapping to data fields.
Name Description
Lag Specifies the data field from which the GanttControl should obtain the time lag (a TimeSpan object). This is a dependency property.
LinkType Specifies the data field from which the GanttControl should obtain the link type. This is a dependency property.
PredecessorTask Specifies the data field from which the GanttControl should obtain the predecessor task. This is a dependency property.
Task Specifies the data field from which the GanttControl should obtain the successor task. This is a dependency property.
See Also