Skip to main content

TreeListNodes.FirstNode Property

Gets the first element in the collection.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v24.2.dll

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