Skip to main content

GanttControlNode.HasAsParent(GanttControlNode) Method

Returns whether the specified node is a parent node.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

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