Skip to main content

TreeListNodes.FirstNode Property

Gets the first element in the collection.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListNode FirstNode { get; }

Property Value

Type Description
TreeListNode

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

See Also