TaskDependencyModificationEventArgs.Type Property
In This Article
Gets the type of the processed dependency.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public DependencyType Type { get; }
#Property Value
Type | Description |
---|---|
Dependency |
A value that specifies the 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