Skip to main content
A newer version of this page is available. .

GanttControlNodes.FirstNode Property

Gets the first element in the collection.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttControlNode FirstNode { get; }

Property Value

Type Description
GanttControlNode

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

See Also