TreeListNodes.LastNode Property
Gets the last node in the node collection.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
TreeListNode | The last node in the node collection. |
Remarks
If the node collection has no elements, the null value is returned.
See Also