Back to Devexpress

GanttControlNodes.Add(Object[]) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnodes-dot-add-x28-system-dot-object-x29-c750a303.md

latest1.5 KB
Original Source

GanttControlNodes.Add(Object[]) Method

Appends a new node to the end of the collection.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public GanttControlNode Add(
    params object[] nodeData
)
vb
Public Function Add(
    ParamArray nodeData As Object()
) As GanttControlNode

Parameters

NameTypeDescription
nodeDataObject[]

An array of objects, or a comma-separated list of parameters, or a DataRow object that specifies node values.

|

Returns

TypeDescription
GanttControlNode

A GanttControlNode object that specifies the appended node.

|

See Also

GanttControlNodes Class

GanttControlNodes Members

DevExpress.XtraGantt Namespace