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.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Property Value
Type | Description |
---|---|
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