Returns a reference to the last sibling of a Node object in a XTTreeView control.
Syntax:
NodeObject.LastSibling
The LastSibling Property (Node Object) syntax has these parts:
| Part |
Description |
| NodeObject |
An object expression that evaluates to a Node object. |
Remarks:
The last sibling is the Node that appears in the last position in one level of a hierarchy of nodes. The Child, FirstSibling, LastSibling, Previous, Parent, Next, and Root properties all return a reference to another Node object.