vcl-cxtldata-0558a2c2.md
The base class for the TcxVirtualTreeList control used in provider mode.
TcxCustomVirtualTreeList = class(
TcxCustomDataTreeList
)
This class extends the TcxCustomDataTreeList class with the capabilities to work with custom data structures. The TcxCustomVirtualTreeList class declares the CustomDataSource property that allows you to bind the TreeList control to a custom data source.
Do not use the TcxCustomVirtualTreeList class directly. Use its descendant instead.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomTreeList TcxCustomDataTreeList TcxCustomVirtualTreeList
See Also