TcxUnboundTreeListNode Class
In This Article
Represents the TcxTreeList control’s node.
#Declaration
Delphi
TcxUnboundTreeListNode = class(
TcxTreeListNode
)
#Remarks
This class is derived from the TcxTreeListNode to provide persistence capability for the node in unbound mode.
#Inheritance
TObject
TPersistent
TcxTreeListNode
TcxUnboundTreeListNode
See Also