Skip to main content
A newer version of this page is available. .

GanttTask.PredecessorLinks Property

Provides access to a collection of task’s predecessors

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

Property Value

Type Description
ObservableCollection<GanttPredecessorLink>

A collection of links to a task’s predecessors.

See Also