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

GanttControl.GetPredecessors(Int32) Method

Returns the specified task’s predecessors.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public object GetPredecessors(
    int id
)

Parameters

Name Type Description
id Int32

An integer value that specifies the Id of the task for which to return the predecessors.

Returns

Type Description
Object

An object that specifies the task’s predecessors.

See Also