Back to Devexpress

GanttControlNodes.Add(Object) Method

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

latest1.4 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(
    object nodeData
)
vb
Public Function Add(
    nodeData As Object
) As GanttControlNode

Parameters

NameTypeDescription
nodeDataObject

An array of objects, 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