TcxCustomTreeList.LastNode Property
In This Article
Returns the last node.
#Declaration
Delphi
property LastNode: TcxTreeListNode read;
#Property Value
Type |
---|
Tcx |
#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