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

GanttControlNode.HasAsParent(GanttControlNode) Method

Returns whether the specified node is a parent node.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public bool HasAsParent(
    GanttControlNode node
)

Parameters

Name Type Description
node GanttControlNode

A GanttControlNode object that specifies the node to check if it is a parent node.

Returns

Type Description
Boolean

true, if the specified node is a parent node; otherwise, false.

See Also