Skip to main content
A newer version of this page is available. .

GanttDependencyMappings Properties

Provides access to options specified based on data source field names (dependency type, time lag, predecessor and successor tasks).
Name Description
DataMember Gets or sets the name of a table in the data source that contains task dependencies.
DataSource Gets or sets the data source that contains information about dependencies between tasks.
LagFieldName Gets or sets the data source field (of the TimeSpan type) that specifies a task’s time delay relative to its predecessor.
PredecessorFieldName Gets or sets the data source field that specifies a task’s predecessor. Use a task’s key to specify the predecessor.
SuccessorFieldName Gets or sets the data source field that specifies a task’s successor. Use a task’s key to specify the successor.
TypeFieldName Gets or sets the data source field (of the DependencyType or Integer type) that specifies a task’s dependency type.
See Also