Back to Devexpress

GanttConnector.PredecessorLinkType Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttconnector.md

latest1.6 KB
Original Source

GanttConnector.PredecessorLinkType Property

Gets or sets the predecessor link type. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public PredecessorLinkType PredecessorLinkType { get; set; }
vb
Public Property PredecessorLinkType As PredecessorLinkType

Property Value

TypeDescription
PredecessorLinkType

A predecessor link type.

|

Available values:

NameDescription
FinishToStart

The successor task may not start before the predecessor task is finished.

| | FinishToFinish |

The successor task may not finish before the predecessor task is finished.

| | StartToStart |

The successor task may not start before the predecessor task is started.

| | StartToFinish |

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

GanttConnector Class

GanttConnector Members

DevExpress.Xpf.Gantt Namespace