Back to Devexpress

GanttView.PredecessorLinksPath Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-82f10c3f.md

latest1.4 KB
Original Source

GanttView.PredecessorLinksPath Property

Gets or sets a path to a collection of task dependencies relative to the task. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public string PredecessorLinksPath { get; set; }
vb
Public Property PredecessorLinksPath As String

Property Value

TypeDescription
String

A string value specifying the data binding path relative to the gantt task data items.

|

Remarks

Use the PredecessorLinksPath property to specify a path to a collection of tasks dependencies stored in the task data items.

Refer to the Retrieve task dependencies stored in the task object section of the Task Dependencies topic for more information.

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace