GanttTask.PredecessorLinks Property
In This Article
Gets or sets a collection of links to task predecessors.
Namespace: DevExpress.Mvvm.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public ObservableCollection<GanttPredecessorLink> PredecessorLinks { get; set; }
#Property Value
Type | Description |
---|---|
Observable |
A collection of links to task predecessors. |
See Also