Back to Devexpress

GanttControlNodes.FirstNode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnodes-2caa8566.md

latest1.2 KB
Original Source

GanttControlNodes.FirstNode Property

Gets the first element in the collection.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public GanttControlNode FirstNode { get; }
vb
Public ReadOnly Property FirstNode As GanttControlNode

Property Value

TypeDescription
GanttControlNode

A GanttControlNode object that is the first node in the collection. null ( Nothing in Visual Basic) if the collection is empty.

|

See Also

GanttControlNodes Class

GanttControlNodes Members

DevExpress.XtraGantt Namespace