Back to Devexpress

TaskLinkModel.LinkType Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-tasklinkmodel.md

latest2.3 KB
Original Source

TaskLinkModel.LinkType Property

Gets or sets the value of the TaskLink.LinkType within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public TaskLinkType LinkType { get; set; }
vb
Public Property LinkType As TaskLinkType

Property Value

TypeDescription
TaskLinkType

The connection type.

|

Available values:

NameDescription
FinishToStart

The parent task doesn’t start until the child task is finished. This is the default task link type.

The end of the child bar is connected to the starting point of the parent bar. The arrow points to the parent bar.

| | StartToStart |

The parent task doesn’t start until the child task starts

The starting point of the child bar is connected to the start of the parent bar. The arrow points to the parent bar.

| | FinishToFinish |

The parent task isn’t finished until the child is finished.

The end of the child bar is connected to the end of the parent bar. The arrow points to the parent bar.

| | StartToFinish |

The parent task isn’t finished until the child task starts.

The starting point of the child bar is connected to the end of the parent bar. The arrow points to the parent bar.

|

See Also

TaskLinkModel Class

TaskLinkModel Members

DevExpress.XtraCharts.Designer Namespace