Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

cxTLData Unit

In This Article

Implements the tree list control designed for use in provider data access mode.

#Classes

Name Description
TcxCustomDataTreeList The base class for for virtual and data-aware Tree List controls.
TcxCustomVirtualTreeList The base class for the TcxVirtualTreeList control used in provider mode.
TcxDataTreeListDataController Manages interaction between the TcxVirtualTreeList control and the linked custom data source in provider mode.
TcxTreeListCustomDataSource A custom data source for the virtual TreeList control.
TcxVirtualTreeList A TreeList control used in provider mode.
TcxVirtualTreeListNode The TcxVirtualTreeList control’s node.
TcxVirtualTreeListOptionsData Contains settings that enable and configure data management operations in a virtual TreeList control.

#Remarks

The cxTLExportLink unit implements all global procedures that allow you to export grid data to a file or stream in different formats.

See Also