Skip to main content
All docs
V25.1
  • GanttControlNode.HasAsParent(GanttControlNode) Method

    Returns whether the specified node is a parent node.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.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