Back to Devexpress

TreeListNodes.LastNode Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnodes-ac13d12a.md

latest1.3 KB
Original Source

TreeListNodes.LastNode Property

Gets the last node in the node collection.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
TreeListNode

The last node in the node collection.

|

Remarks

If the node collection has no elements, the null value is returned.

See Also

FirstNode

TreeListNodes Class

TreeListNodes Members

DevExpress.XtraTreeList.Nodes Namespace