Back to Devexpress

AddingNewPredecessorLinkEventArgs.LinkType Property

wpf-devexpress-dot-xpf-dot-gantt-dot-addingnewpredecessorlinkeventargs-ace6147f.md

latest1.5 KB
Original Source

AddingNewPredecessorLinkEventArgs.LinkType Property

Gets the type of a newly created link.

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

A 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.

|

See Also

AddingNewPredecessorLinkEventArgs Class

AddingNewPredecessorLinkEventArgs Members

DevExpress.Xpf.Gantt Namespace