GanttControlNode.HasAsParent(GanttControlNode) Method
Returns whether the specified node is a parent node.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
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