Skip to main content

GanttPredecessorLinkMappings Members

Provides information on the task dependency properties’ mapping to data fields.

Constructors

Name Description
GanttPredecessorLinkMappings() Initializes a new instance of the GanttPredecessorLinkMappings class.

Fields

Name Description
LagProperty static Identifies the Lag dependency property.
LinkTypeProperty static Identifies the GanttPredecessorLinkMappings.LinkType dependency property.
PredecessorTaskProperty static Identifies the GanttPredecessorLinkMappings.PredecessorTask dependency property.
TaskProperty static Identifies the GanttPredecessorLinkMappings.Task dependency property.

Properties

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