Skip to main content
All docs
V19.2

GanttControl.GetPredecessors(TreeListNode) Method

Returns the specified task’s predecessors.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public object GetPredecessors(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

An object that specifies the task for which to return the predecessors.

Returns

Type Description
Object

An object that specifies the task’s predecessors.

See Also