Back to Devexpress

GanttView.PredecessorLinksSource Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-f4e32054.md

latest1.2 KB
Original Source

GanttView.PredecessorLinksSource Property

Gets or sets the source from which the GanttControl retrieves task dependencies. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public object PredecessorLinksSource { get; set; }
vb
Public Property PredecessorLinksSource As Object

Property Value

TypeDescription
Object

The source from which the GanttControl generates task dependencies.

|

See Also

Task Dependencies

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace