Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 Int32 type) that specifies a task’s dependency type.
See Also