TcxVirtualTreeListNode Class
In This Article
The TcxVirtualTreeList control’s node.
#Declaration
Delphi
TcxVirtualTreeListNode = class(
TcxTreeListNode
)
#Remarks
This class inherits from TcxTreeListNode to provide referential consistency between the node and the corresponding custom data source’s record.
#Inheritance
TObject
TPersistent
TcxTreeListNode
TcxVirtualTreeListNode
See Also