Skip to main content
A newer version of this page is available. .

TreeListNodes.LastNode Property

Gets the last node in the node collection.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public TreeListNode LastNode { get; }

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