AddingNewPredecessorLinkEventArgs.LinkType Property
In This Article
Gets the type of a newly created link.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public PredecessorLinkType LinkType { get; }
#Property Value
Type | Description |
---|---|
Predecessor |
A link type. |
Available values:
Name | Description |
---|---|
Finish |
The successor task may not start before the predecessor task is finished. |
Finish |
The successor task may not finish before the predecessor task is finished. |
Start |
The successor task may not start before the predecessor task is started. |
Start |
The successor task may not finish before the predecessor task is started. |
See Also