CustomCalcTaskDependencyEventArgs.DependencyType Property
In This Article
Gets the dependency type (finish-to-start, finish-to-finish, etc.).
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public DependencyType DependencyType { get; }
#Property Value
Type | Description |
---|---|
Dependency |
A value that specifies a dependency type. |
Available values:
Name | Description | Value |
---|---|---|
Finish |
The successor starts after the predecessor finishes. |
0 |
Finish |
The successor finishes after the predecessor finishes. |
1 |
Start |
The successor finishes after the predecessor starts. |
2 |
Start |
The successor starts after the predecessor starts. |
3 |
See Also