TcxTreeListNode.IsLast Property
In This Article
#Declaration
Delphi
property IsLast: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
Use the IsFirst property to determine whether the node is the parent’s first child node.
See Also