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

GanttPredecessorLink.PredecessorTaskId Property

Specifies the predecessor task’s id.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public object PredecessorTaskId { get; set; }

Property Value

Type Description
Object

A predecessor task’s id.

See Also