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

TcxCustomDataTreeList Class

The base class for for virtual and data-aware Tree List controls.

#Declaration

Delphi
TcxCustomDataTreeList = class(
    TcxCustomTreeList
)

#Remarks

The TcxCustomDataTreeList class implements data-related functionality for Tree List controls.

#Terminal TcxCustomDataTreeList Class Descendants

Do not use the TcxCustomDataTreeList class directly. Use the following descendants instead:

TcxDBTreeList
A data-aware Tree List control.
TcxVirtualTreeList
A TreeList control used in provider mode.
See Also