Back to Devexpress

TreeListNodes.FirstNode Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnodes-2003e1f9.md

latest1.6 KB
Original Source

TreeListNodes.FirstNode Property

Gets the first element in the collection.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
TreeListNode

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

|

See Also

LastNode

TreeList.Nodes

TreeListNode.Nodes

TreeListNodes Class

TreeListNodes Members

DevExpress.XtraTreeList.Nodes Namespace