GanttControlNodes.Add(Object[]) Method
In This Article
Appends a new node to the end of the collection.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public GanttControlNode Add(
params object[] nodeData
)
#Parameters
Name | Type | Description |
---|---|---|
node |
Object[] | An array of objects, or a comma-separated list of parameters, or a Data |
#Returns
Type | Description |
---|---|
Gantt |
A Gantt |
See Also