TcxCustomTreeList.LastNode Property
Returns the last node.
Declaration
property LastNode: TcxTreeListNode read;
Property Value
| Type |
|---|
| TcxTreeListNode |
Remarks
The property ignores the node visibility (see the node’s IsHidden property) when searching for the last node.
The first node can be obtained using the TopNode property.
See Also