GanttConnector.PredecessorLinkType Property
In This Article
Gets or sets the predecessor link type. This is a dependency property.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public PredecessorLinkType PredecessorLinkType { get; set; }
#Property Value
Type | Description |
---|---|
Predecessor |
A predecessor 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. |
#Remarks
Use the PredecessorLinkType property to get the link type or the processed task connector.
See Also