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