Back to Devexpress

GanttDependencyMappings Properties

windowsforms-devexpress-dot-xtragantt-dot-ganttdependencymappings-dot-underscore-properties.md

latest1.8 KB
Original Source

GanttDependencyMappings Properties

Provides access to options specified based on data source field names (dependency type, time lag, predecessor and successor tasks).

NameDescription
DataMemberGets or sets the name of a table in the data source that contains task dependencies.
DataSourceGets or sets the data source that contains information about dependencies between tasks.
LagFieldNameGets or sets the data source field (of the TimeSpan type) that specifies a task’s time delay relative to its predecessor.
PredecessorFieldNameGets or sets the data source field that specifies a task’s predecessor. Use a task’s key to specify the predecessor.
SuccessorFieldNameGets or sets the data source field that specifies a task’s successor. Use a task’s key to specify the successor.
TypeFieldNameGets or sets the data source field (of the DependencyType or Int32 type) that specifies a task’s dependency type.

See Also

GanttDependencyMappings Class

GanttDependencyMappings Members

DevExpress.XtraGantt Namespace