Back to Devexpress

QueryAllowPredecessorLinkEditEventArgs.LinkType Property

wpf-devexpress-dot-xpf-dot-gantt-dot-queryallowpredecessorlinkediteventargs-f980e066.md

latest1.7 KB
Original Source

QueryAllowPredecessorLinkEditEventArgs.LinkType Property

Gets the connector’s link type.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public PredecessorLinkType LinkType { get; }
vb
Public ReadOnly Property LinkType As PredecessorLinkType

Property Value

TypeDescription
PredecessorLinkType

One of the PredecessorLinkType enumeration values.

|

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.

|

See Also

QueryAllowPredecessorLinkEditEventArgs Class

QueryAllowPredecessorLinkEditEventArgs Members

DevExpress.Xpf.Gantt Namespace